Type alias BurnV1InstructionArgs
 
Burn
V1
Instruction
Args
: {     amount
?: undefined | number | bigint;     tokenOwner
: undefined | PublicKey<string>;     tokenStandard
: TokenStandard; }
Type declaration
- 
Optionalamount?: undefined | number | bigint
- 
tokenOwner: undefined | PublicKey<string>
-