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("0xb751dcd57d7731ef1af0a7e83d4062bf65bff8bfe40b39d8d5039fcae7f8db92") )
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"`
	ConnectionCostInDimo *big.Int       `json:"connectionCostInDimo"`
	Points               *big.Int       `json:"points"`
}
    type Handler ¶
func (*Handler) HandleLicenseMinted ¶
func (*Handler) HandleTransfer ¶
 Click to show internal directories. 
   Click to hide internal directories.