Ejemplo n.º 1
0
 public void setTarget(String target) {
   this.target = BtcUtil.notNull(target);
 }
Ejemplo n.º 2
0
 public void setData(String data) {
   this.data = BtcUtil.notNull(data);
 }
Ejemplo n.º 3
0
 public void setHash(String hash) {
   this.hash = BtcUtil.notNull(hash);
 }
Ejemplo n.º 4
0
 public void setMidState(String midState) {
   this.midState = BtcUtil.notNull(midState);
 }