Interface UiAmountToAmountInstructionData

TODO: docs

interface UiAmountToAmountInstructionData {
    amount: Uint8Array;
    instruction: UiAmountToAmount;
}

Properties

Properties

amount: Uint8Array
instruction: UiAmountToAmount

Generated using TypeDoc