Interface DecodedAmountToUiAmountInstruction

A decoded, valid AmountToUiAmount instruction

interface DecodedAmountToUiAmountInstruction {
    data: {
        amount: bigint;
        instruction: AmountToUiAmount;
    };
    keys: {
        mint: AccountMeta;
    };
    programId: PublicKey;
}

Properties

Properties

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

Type declaration

keys: {
    mint: AccountMeta;
}

Type declaration

  • mint: AccountMeta
programId: PublicKey

Generated using TypeDoc