Trait HasSwapParams

Source
pub trait HasSwapParams {
    // Required method
    fn swap(&self) -> &SwapActionParams;
}
Expand description

Has swap parameters.

Required Methods§

Source

fn swap(&self) -> &SwapActionParams

Get the swap params.

Implementors§