View Source Ethers.Types (Ethers v0.0.1-dev)

EVM types and compound type definitions

Link to this section Summary

Types

Ethereum address in its hex format with 0x

Ethereum transaction has in it's hex format with 0x

Functions

Converts EVM data types to typespecs for documentation

Link to this section Types

@type t_address() :: <<_::336>>

Ethereum address in its hex format with 0x

Example: 0xdAC17F958D2ee523a2206206994597C13D831ec7

@type t_transaction_hash() :: <<_::528>>

Ethereum transaction has in it's hex format with 0x

Example: 0xd4288c8e733eb71a39fe2e8dd4912ce54d8d26d9874f30309b26b4b071260422

Link to this section Functions

Converts EVM data types to typespecs for documentation