Interface ApproveCheckedInstructionData

TODO: docs

interface ApproveCheckedInstructionData {
    amount: bigint;
    decimals: number;
    instruction: ApproveChecked;
}

Properties

amount: bigint
decimals: number
instruction: ApproveChecked

Generated using TypeDoc