Type alias InitNftDataV1InstructionData
InitNftDataV1InstructionData: {
amount: bigint;
discriminator: number[];
feeAmount: bigint;
max: bigint;
min: bigint;
name: string;
path: number;
solFeeAmount: bigint;
uri: string;
}
Type declaration
-
amount: bigint
-
discriminator: number[]
-
feeAmount: bigint
-
max: bigint
-
min: bigint
-
name: string
-
path: number
-
solFeeAmount: bigint
-
uri: string