Trait ToTxOptions

Source
pub trait ToTxOptions {
    // Required method
    fn to_tx_options(self) -> TxOptions;
}

Required Methods§

Implementors§