pub trait HasSwapParams {
// Required method
fn swap(&self) -> &SwapActionParams;
}
Expand description
Has swap parameters.
Required Methods§
Sourcefn swap(&self) -> &SwapActionParams
fn swap(&self) -> &SwapActionParams
Get the swap params.