package
0.2.3
Repository: https://github.com/kkrt-labs/go-utils.git
Documentation: pkg.go.dev

# Functions

DecodeBig decodes either - a hex with 0x prefix - a decimal - "" (decoded to <nil>).
EncodeBig encodes either - >0 to a hex with 0x prefix - <0 to a hex with -0x prefix - <nil> to "".
FromBlockNumArg decodes a string into a big.Int block number.
Has0xPrefix returns either input starts with a 0x prefix.
No description provided by the author
New creates a new client.
ToBlockNumArg transforms a big.Int into a block string representation.

# Structs

Client provides methods to interface with a JSON-RPC Ethereum Execution node.