Interface MintToInstructionData

TODO: docs

interface MintToInstructionData {
    amount: bigint;
    instruction: MintTo;
}

Properties

Properties

amount: bigint
instruction: MintTo

Generated using TypeDoc