Add Vat init transformer

This commit is contained in:
Rob Mulholand
2018-09-11 16:30:29 -05:00
parent 9abe3ffa68
commit ff110592bd
239 changed files with 30491 additions and 10 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ type Converter interface {
ToModel(flipKick FrobEntity) (FrobModel, error)
}
type FrobConverter struct {
}
type FrobConverter struct{}
func (FrobConverter) ToEntity(contractAddress string, contractAbi string, ethLog types.Log) (FrobEntity, error) {
entity := FrobEntity{}