Interface DecodedAmountToUiAmountInstructionUnchecked

A decoded, non-validated AmountToUiAmount instruction

interface DecodedAmountToUiAmountInstructionUnchecked {
    data: {
        amount: bigint;
        instruction: number;
    };
    keys: {
        mint: undefined | AccountMeta;
    };
    programId: PublicKey;
}

Properties

Properties

data: {
    amount: bigint;
    instruction: number;
}

Type declaration

  • amount: bigint
  • instruction: number
keys: {
    mint: undefined | AccountMeta;
}

Type declaration

  • mint: undefined | AccountMeta
programId: PublicKey

Generated using TypeDoc