Type alias InitRecipeV1InstructionDataArgs
 
InitRecipeV1InstructionDataArgs: { 
    amount: number | bigint; 
    feeAmountCapture: number | bigint; 
    feeAmountRelease: number | bigint; 
    max: number | bigint; 
    min: number | bigint; 
    name: string; 
    path: number; 
    solFeeAmountCapture: number | bigint; 
    solFeeAmountRelease: number | bigint; 
    uri: string; 
}
Type declaration
- 
amount: number | bigint
 
- 
feeAmountCapture: number | bigint
 
- 
feeAmountRelease: number | bigint
 
- 
max: number | bigint
 
- 
min: number | bigint
 
- 
name: string
 
- 
path: number
 
- 
solFeeAmountCapture: number | bigint
 
- 
solFeeAmountRelease: number | bigint
 
- 
uri: string