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