EthWallet.Transaction (eth_wallet v0.0.6)
Tx about Ethereum.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
build_tx(to_str, value, data, nonce, gas_price, gas_limit)
Link to this function
encode_unsigned(n)
Specs
Link to this function
hash_for_signing(tx, chain_id \\ nil)
Specs
Link to this function
serialize(tx, include_vrs \\ true)
Specs
Link to this function
sign(tx, private_key, chain_id \\ nil)
Specs
Link to this function