Пример #1
0
 public Bytes32TypeDecoder()
 {
     this.intTypeDecoder  = new IntTypeDecoder();
     this.boolTypeDecoder = new BoolTypeDecoder();
 }
Пример #2
0
 public BoolType() : base("bool")
 {
     Decoder = new BoolTypeDecoder();
     Encoder = new BoolTypeEncoder();
 }
Пример #3
0
 public Bytes32TypeDecoder()
 {
     this.intTypeDecoder = new IntTypeDecoder();
     this.boolTypeDecoder = new BoolTypeDecoder();    
 }
Пример #4
0
 public Bytes32TypeDecoder()
 {
     intTypeDecoder = new IntTypeDecoder();
     boolTypeDecoder = new BoolTypeDecoder();
 }
Пример #5
0
 public Bytes32TypeDecoder()
 {
     intTypeDecoder  = new IntTypeDecoder();
     boolTypeDecoder = new BoolTypeDecoder();
 }