github.com/s7techlab/cckit@v0.10.5/examples/erc20_service/erc20.validator.pb.go (about) 1 // Code generated by protoc-gen-gogo. DO NOT EDIT. 2 // source: erc20_service/erc20.proto 3 4 package erc20_service 5 6 import ( 7 fmt "fmt" 8 proto "github.com/golang/protobuf/proto" 9 _ "google.golang.org/genproto/googleapis/api/annotations" 10 _ "google.golang.org/protobuf/types/known/emptypb" 11 math "math" 12 ) 13 14 // Reference imports to suppress errors if they are not otherwise used. 15 var _ = proto.Marshal 16 var _ = fmt.Errorf 17 var _ = math.Inf 18 19 func (this *NameResponse) Validate() error { 20 return nil 21 } 22 func (this *SymbolResponse) Validate() error { 23 return nil 24 } 25 func (this *DecimalsResponse) Validate() error { 26 return nil 27 } 28 func (this *TotalSupplyResponse) Validate() error { 29 return nil 30 } 31 func (this *BalanceOfRequest) Validate() error { 32 return nil 33 } 34 func (this *BalanceOfResponse) Validate() error { 35 return nil 36 } 37 func (this *TransferRequest) Validate() error { 38 return nil 39 } 40 func (this *TransferResponse) Validate() error { 41 return nil 42 } 43 func (this *AllowanceRequest) Validate() error { 44 return nil 45 } 46 func (this *AllowanceResponse) Validate() error { 47 return nil 48 } 49 func (this *ApproveRequest) Validate() error { 50 return nil 51 } 52 func (this *ApproveResponse) Validate() error { 53 return nil 54 } 55 func (this *TransferFromRequest) Validate() error { 56 return nil 57 } 58 func (this *TransferEvent) Validate() error { 59 return nil 60 } 61 func (this *ApprovalEvent) Validate() error { 62 return nil 63 }