Type alias InitRecipeV1InstructionData
 
InitRecipeV1InstructionData: { 
    amount: bigint; 
    discriminator: number[]; 
    feeAmountCapture: bigint; 
    feeAmountRelease: bigint; 
    max: bigint; 
    min: bigint; 
    name: string; 
    path: number; 
    solFeeAmountCapture: bigint; 
    solFeeAmountRelease: bigint; 
    uri: string; 
}
Type declaration
- 
amount: bigint
 
- 
discriminator: number[]
 
- 
feeAmountCapture: bigint
 
- 
feeAmountRelease: bigint
 
- 
max: bigint
 
- 
min: bigint
 
- 
name: string
 
- 
path: number
 
- 
solFeeAmountCapture: bigint
 
- 
solFeeAmountRelease: bigint
 
- 
uri: string