exw3 v0.2.0 ExW3 View Source
Link to this section Summary
Functions
returns all available accounts
Returns current balance of account
Returns block data for specified block number
Returns the current block number
converts Ethereum style bytes to string
Decodes data based on given type signature
Decodes event based on given data and provided signature
Decodes output based on specified functions return signature
Encodes data into Ethereum hex string based on types signature
Encodes event based on signature
Encodes input from a method call based on function signature
Encodes data and appends it to the encoded method id
Encodes options into Ethereum JSON RPC hex string
Converts an Ethereum address into a form that can be used by the ABI encoder
Returns the map used for ether unit conversion
checks if the address is a valid checksummed address
Returns a 0x prepended 32 byte hash of the input string
Loads the abi at the file path and reformats it to a map
Loads the bin ar the file path
Returns the 4 character method id based on the hash of the method signature
Mines number of blocks specified. Default is 1
Creates a new filter, returns filter id
Reformats abi from list to map with event and function names as keys
Converts bytes to Ethereum address
returns a checksummed address
Converts ethereum hex string to decimal number
Returns transaction receipt for specified transaction hash(id)
Returns the type signature of a given function
Link to this section Functions
returns all available accounts
Returns current balance of account
Returns block data for specified block number
Returns the current block number
converts Ethereum style bytes to string
Decodes data based on given type signature
Decodes event based on given data and provided signature
Decodes output based on specified functions return signature
Encodes data into Ethereum hex string based on types signature
Encodes event based on signature
Encodes input from a method call based on function signature
Encodes data and appends it to the encoded method id
Encodes options into Ethereum JSON RPC hex string
Converts an Ethereum address into a form that can be used by the ABI encoder
Returns the map used for ether unit conversion
checks if the address is a valid checksummed address
Returns a 0x prepended 32 byte hash of the input string
Loads the abi at the file path and reformats it to a map
Loads the bin ar the file path
Returns the 4 character method id based on the hash of the method signature
Mines number of blocks specified. Default is 1
Creates a new filter, returns filter id
Reformats abi from list to map with event and function names as keys
Converts bytes to Ethereum address
returns a checksummed address
Converts ethereum hex string to decimal number
Returns transaction receipt for specified transaction hash(id)
Returns the type signature of a given function