Type alias UpdateRecipeV1InstructionData
 
Update
Recipe
V1
Instruction
Data
: {     amount
: Option<bigint>;     discriminator
: number[];     feeAmountCapture
: Option<bigint>;     feeAmountRelease
: Option<bigint>;     max
: Option<bigint>;     min
: Option<bigint>;     name
: Option<string>;     path
: Option<number>;     solFeeAmountCapture
: Option<bigint>;     solFeeAmountRelease
: Option<bigint>;     uri
: Option<string>; }