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 use_ether_accounts;
pub mod use_ether_block_number;
pub mod use_ether_call;
pub mod use_ether_chain_id;
pub mod use_ether_gas_price;
pub mod use_ether_get_balance;
pub mod use_ether_get_transaction_receipt;
pub mod use_ether_initialize;
pub mod use_ether_is_connected;
pub mod use_ether_is_metamask;
pub mod use_ether_personal_sign;
pub mod use_ether_request_accounts;
pub mod use_ether_send_transaction;
pub mod use_ether_switch_chain_id;