package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Apr 16, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ContractConfig struct {
Name string `json:"name" gencodec:"required"`
Check bool `json:"check" gencodec:"required"`
Address []string `json:"address" gencodec:"required"`
Topics [][]string `json:"topics" gencodec:"required"`
AddressObj []common.Address
TopicsObj [][]common.Hash
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.