Categorygithub.com/soyart/w3utils
modulepackage
0.0.0-20231010150733-0875c3afb428
Repository: https://github.com/soyart/w3utils.git
Documentation: pkg.go.dev

# README

w3utils

w3utils provides frequently used utilities for building Go Web3 back-end services.

# Packages

No description provided by the author

# Functions

AccrueEvents uses |eventKeys| to find corresponding `abi.Event` in |contractABI|.
CollectEventHashes returns a slice containing all event hashes (ID) from |events|.
No description provided by the author
NewContract constructs a new Contract based on arguments.
UnpackLogDataIntoMap uses contract's ABI to parse the data bytes into map of key-value pair.

# Variables

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

# Structs

Contract is a utility struct that provides just-enough contract-specific information for small Go backend services.