good morning!!!!

Skip to content
Snippets Groups Projects
log.go 103 B
Newer Older
  • Learn to ignore specific revisions
  • package vm
    
    import "math/big"
    
    type Log struct {
    	Address []byte
    	Topics  []*big.Int
    	Data    []byte
    }