상속: TypeDecoder
예제 #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();
 }