Recipe
V1
: {     amount
: bigint;     authority
: PublicKey<string>;     bump
: number;     collection
: PublicKey<string>;     count
: bigint;     discriminator
: number[];     feeAmountCapture
: bigint;     feeAmountRelease
: bigint;     feeLocation
: PublicKey<string>;     header
: AccountHeader;     max
: bigint;     min
: bigint;     name
: string;     path
: number;     publicKey
: PublicKey<string>;     solFeeAmountCapture
: bigint;     solFeeAmountRelease
: bigint;     token
: PublicKey<string>;     uri
: string; } 
Type declaration
- 
amount: bigint
 
- 
authority: PublicKey<string>
 
- 
bump: number
 
- 
collection: PublicKey<string>
 
- 
count: bigint
 
- 
discriminator: number[]
 
- 
feeAmountCapture: bigint
 
- 
feeAmountRelease: bigint
 
- 
feeLocation: PublicKey<string>
 
- 
 
- 
max: bigint
 
- 
min: bigint
 
- 
name: string
 
- 
path: number
 
- 
publicKey: PublicKey<string>
 
- 
solFeeAmountCapture: bigint
 
- 
solFeeAmountRelease: bigint
 
- 
 
- 
uri: string