Interface MintToCheckedInstructionData

TODO: docs

interface MintToCheckedInstructionData {
    amount: bigint;
    decimals: number;
    instruction: MintToChecked;
}

Properties

amount: bigint
decimals: number
instruction: MintToChecked

Generated using TypeDoc