Interface BurnInstructionData

TODO: docs

interface BurnInstructionData {
    amount: bigint;
    instruction: Burn;
}

Properties

Properties

amount: bigint
instruction: Burn

Generated using TypeDoc