 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var GenericTestConfig = transformer.EventTransformerConfig{ TransformerName: "generic-test-transformer", ContractAddresses: []string{address}, ContractAbi: randomString(100), Topic: topic, StartingBlockNumber: startingBlockNumber, EndingBlockNumber: startingBlockNumber + 1, }
      View Source
      
  
var GenericTestLogs = []types.Log{{ Address: common.HexToAddress(address), Topics: []common.Hash{common.HexToHash(topic)}, BlockNumber: uint64(startingBlockNumber), }}
Functions ¶
This section is empty.
Types ¶
type GenericEntity ¶
type GenericEntity struct{}
    type GenericModel ¶
type GenericModel struct{}
     Click to show internal directories. 
   Click to hide internal directories.