package
0.0.0-20210928130246-c17f0e79bee6
Repository: https://github.com/consensys/quorum-go-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewAddressFromHex creates a new address from a given hex string It will left-pad to 20 bytes if the string is shorter than that, or truncate to 20 bytes if larger.
NewHashFromHex creates a new hash from a given hex string It will left-pad to 32 bytes if the string is shorter than that, or truncate to 32 bytes if larger.
No description provided by the author
Rules for parsing can be found at: https://solidity.readthedocs.io/en/develop/abi-spec.html#argument-encoding ParseAllData parses a set of elements from the ABI, assuming they fill the provided data 1) Check the "head" of the next element: 2) Check if the element is statically typed 2a) if statically typed, the "head" is the element itself, so it is parsed immediately, and the current pointer for where we are within the data array is updated.
No description provided by the author
No description provided by the author
ParseStaticType will attempt to parse all the possible static types defined by theABI encoding spec.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Call args for checking a contract for EIP165 interfaces.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
received from eth_getBlockByNumber.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author