예제 #1
0
 public NotEnoughMoney(Bytes address) : base(String.Format("Not enough money on {0}", StdLib.BytesToHex(address)))
 {
 }
예제 #2
0
 public Bytes(String hex)
 {
     this.bytes = StdLib.HexToBytes(hex).bytes;
 }