Type alias InitNftDataV1InstructionArgs
 
InitNftDataV1InstructionArgs: { 
    amount: number | bigint; 
    feeAmount: number | bigint; 
    max: number | bigint; 
    min: number | bigint; 
    name: string; 
    path: number; 
    solFeeAmount: number | bigint; 
    uri: string; 
}
Type declaration
- 
amount: number | bigint
- 
feeAmount: number | bigint
- 
max: number | bigint
- 
min: number | bigint
- 
name: string
- 
path: number
- 
solFeeAmount: number | bigint
- 
uri: string