Trait ProtoCoinExt

pub trait ProtoCoinExt {
    // Required method
    fn try_to_cosmwasm_coin(&self) -> Result<Coin, Error>;
}

Required Methods§

fn try_to_cosmwasm_coin(&self) -> Result<Coin, Error>

Implementors§