Interface DecodedUiAmountToAmountInstruction

A decoded, valid UiAmountToAmount instruction

interface DecodedUiAmountToAmountInstruction {
    data: {
        amount: Uint8Array;
        instruction: UiAmountToAmount;
    };
    keys: {
        mint: AccountMeta;
    };
    programId: PublicKey;
}

Properties

Properties

data: {
    amount: Uint8Array;
    instruction: UiAmountToAmount;
}

Type declaration

keys: {
    mint: AccountMeta;
}

Type declaration

  • mint: AccountMeta
programId: PublicKey

Generated using TypeDoc