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