ethers-rs/ethers/examples
Georgios Konstantopoulos 2c734f0d61
fix(core): make Signature.v a u64 instead of a u8 and expose `verify` (#21)
u8 would not work if a large chain_id was used
2020-06-17 09:45:15 +03:00
..
abigen.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.sol refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
ens.rs add pending tx type to wait for tx confirmations (#11) 2020-06-15 15:40:06 +03:00
get_logs.rs fix examples 2020-06-02 13:58:48 +03:00
local_signer.rs add pending tx type to wait for tx confirmations (#11) 2020-06-15 15:40:06 +03:00
sign.rs fix(core): make Signature.v a u64 instead of a u8 and expose `verify` (#21) 2020-06-17 09:45:15 +03:00
transfer_eth.rs add pending tx type to wait for tx confirmations (#11) 2020-06-15 15:40:06 +03:00