Documentation for Ethex.
Ethex
See Ethex.Web3.JsonRpc.eth_block_number/1.
Ethex.Web3.JsonRpc.eth_block_number/1
See Ethex.Web3.Wallet.create/0.
Ethex.Web3.Wallet.create/0
See Ethex.Web3.Wallet.create/1.
Ethex.Web3.Wallet.create/1
@spec block_number(String.t()) :: {:error, any()} | {:ok, integer()}
@spec create_wallet() :: %Ethex.Web3.Wallet{ eth_address: term(), mnemonic_phrase: term(), private_key: term(), public_key: term() }
@spec create_wallet(String.t()) :: %Ethex.Web3.Wallet{ eth_address: term(), mnemonic_phrase: term(), private_key: term(), public_key: term() }