serum-dex
serum-dex copied to clipboard
Pool - Allow pool initialization method to work on custom data within initialization request
To Initialize a pool one must send an InitializePoolRequest
.
This request can carry custom data (pub custom_data: Vec<u8>
inside InitializePoolRequest
) but this data is currently not made available to the initialize_pool
method in pool.rs
.