dx-ether-rs 0.1.1

Connect ether browser extension provider
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod ether_accounts_port;
pub mod ether_block_number_port;
pub mod ether_call_port;
pub mod ether_chain_id_port;
pub mod ether_error_port;
pub mod ether_gas_price_port;
pub mod ether_get_balance_port;
pub mod ether_get_transaction_receipt_port;
pub mod ether_request_accounts_port;
pub mod ether_send_transaction_port;
pub mod personal_sign_port;
pub mod wallet_is_connected_port;
pub mod wallet_is_metamask_port;
pub mod wallet_switch_ethereum_chain_port;