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