Type alias RecipeV1AccountData
 
Recipe
V1
Account
Data
: {     amount
: bigint;     authority
: PublicKey;     bump
: number;     collection
: PublicKey;     count
: bigint;     discriminator
: number[];     feeAmountCapture
: bigint;     feeAmountRelease
: bigint;     feeLocation
: PublicKey;     max
: bigint;     min
: bigint;     name
: string;     path
: number;     solFeeAmountCapture
: bigint;     solFeeAmountRelease
: bigint;     token
: PublicKey;     uri
: string; } 
Type declaration
- 
amount: bigint
 
- 
 
- 
bump: number
 
- 
 
- 
count: bigint
 
- 
discriminator: number[]
 
- 
feeAmountCapture: bigint
 
- 
feeAmountRelease: bigint
 
- 
 
- 
max: bigint
 
- 
min: bigint
 
- 
name: string
 
- 
path: number
 
- 
solFeeAmountCapture: bigint
 
- 
solFeeAmountRelease: bigint
 
- 
 
- 
uri: string