Documentation
¶
Overview ¶
Code generated by gitub.com/DIMO-Network/eventgen. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TransferEventID = common.HexToHash("0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef") ConnectionMintedEventID = common.HexToHash("0x16e7256a94e935dc419efa2b47bdb62ec5023b40947b172169eeb37b9b132686") )
Functions ¶
This section is empty.
Types ¶
type ConnectionMinted ¶ added in v0.4.8
type ConnectionMinted struct {
Account common.Address `json:"account"`
ConnectionId *big.Int `json:"connectionId"`
ConnectionAddr common.Address `json:"connectionAddr"`
ConnectionName string `json:"connectionName"`
ConnectionType [32]byte `json:"connectionType"`
ConnectionCostInDimo *big.Int `json:"connectionCostInDimo"`
}
type Handler ¶
func (*Handler) HandleLicenseMinted ¶
func (*Handler) HandleTransfer ¶
Click to show internal directories.
Click to hide internal directories.