You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…fix#225) (#243)
Solution:
* Separate `bindings/wasm/src/lib.rs` to `cosmos_sdk.rs`, `ethereum.rs` and `nft.rs`.
* Add struct CosmosClient and CosmosClientConfig.
* Test CosmosClient in JS example.
Suppose if we could separate code to
bindings/wasm/src/cosmos_sdk.rs
andethereum.rs
(as code in common), andpub use
mod functions inlib.rs
.The text was updated successfully, but these errors were encountered: