Interface ApproveInstructionData

TODO: docs

interface ApproveInstructionData {
    amount: bigint;
    instruction: Approve;
}

Properties

Properties

amount: bigint
instruction: Approve

Generated using TypeDoc