dx-ether-rs 0.1.1

Connect ether browser extension provider
Documentation
1
2
3
4
pub trait EtherErrorPort {
    fn message(&self) -> String;
    fn stack(&self) -> String;
}