Function getRecipeV1GpaBuilder
 
- getRecipeV1GpaBuilder(context: Pick<Context, "rpc" | "programs">): GpaBuilder<RecipeV1, { 
    amount: number | bigint; 
    authority: PublicKey<string>; 
    bump: number; 
    collection: PublicKey<string>; 
    count: number | bigint; 
    discriminator: number[]; 
    feeAmountCapture: number | bigint; 
    feeAmountRelease: number | bigint; 
    feeLocation: PublicKey<string>; 
    max: number | bigint; 
    min: number | bigint; 
    name: string; 
    path: number; 
    solFeeAmountCapture: number | bigint; 
    solFeeAmountRelease: number | bigint; 
    token: PublicKey<string>; 
    uri: string; 
}> 
- 
Returns GpaBuilder<RecipeV1, { 
    amount: number | bigint; 
    authority: PublicKey<string>; 
    bump: number; 
    collection: PublicKey<string>; 
    count: number | bigint; 
    discriminator: number[]; 
    feeAmountCapture: number | bigint; 
    feeAmountRelease: number | bigint; 
    feeLocation: PublicKey<string>; 
    max: number | bigint; 
    min: number | bigint; 
    name: string; 
    path: number; 
    solFeeAmountCapture: number | bigint; 
    solFeeAmountRelease: number | bigint; 
    token: PublicKey<string>; 
    uri: string; 
}>