Type Alias WithdrawParameters

WithdrawParameters: {
    amount: bigint;
    amountToTransfer: bigint;
    asset: PoolAssetConfig;
    includeUserCode: boolean;
    payload: Cell;
    priceData: Cell;
    queryID: bigint;
    userAddress: Address;
}

Parameters for the withdraw message