Interface TransferCheckedWithFeeInstructionData

interface TransferCheckedWithFeeInstructionData {
    amount: bigint;
    decimals: number;
    fee: bigint;
    instruction: TransferFeeExtension;
    transferFeeInstruction: TransferCheckedWithFee;
}

Properties

amount: bigint
decimals: number
fee: bigint
transferFeeInstruction: TransferCheckedWithFee

Generated using TypeDoc