예제 #1
0
 protected CallMessage(uint160 to, uint160 from, ulong amount, RuntimeObserver.Gas gasLimit, MethodCall methodCall)
     : base(from, amount, gasLimit)
 {
     this.To     = to;
     this.Method = methodCall;
 }
예제 #2
0
 public ExternalCallMessage(uint160 to, uint160 from, ulong amount, RuntimeObserver.Gas gasLimit, MethodCall methodCall)
     : base(to, from, amount, gasLimit, methodCall)
 {
 }