Interface AmountToUiAmountInstructionData

TODO: docs

interface AmountToUiAmountInstructionData {
    amount: bigint;
    instruction: AmountToUiAmount;
}

Properties

Properties

amount: bigint
instruction: AmountToUiAmount

Generated using TypeDoc