pub trait ListCoins {
    fn list_coins(&mut self) -> CoinsList;
}

Required Methods§

| Return AvailableCoins + LockedCoins | grouped by wallet address. (put change | in one group with wallet address) |

Implementors§