C# Class Stratis.SmartContracts.Executor.Reflection.InternalCallMessage

Represents an internal contract method call message. Occurs when a contract generates a method call to another contract using its SmartContract.Call method.
Inheritance: Stratis.SmartContracts.Executor.Reflection.CallMessage
显示文件 Open project: x42-Archive/X42-FullNode-Old Class Usage Examples

Public Methods

Method Description
InternalCallMessage ( uint160 to, uint160 from, ulong amount, Gas gasLimit, Stratis.SmartContracts.Executor.Reflection.MethodCall methodCall ) : NBitcoin

Method Details

InternalCallMessage() public method

public InternalCallMessage ( uint160 to, uint160 from, ulong amount, Gas gasLimit, Stratis.SmartContracts.Executor.Reflection.MethodCall methodCall ) : NBitcoin
to uint160
from uint160
amount ulong
gasLimit Gas
methodCall Stratis.SmartContracts.Executor.Reflection.MethodCall
return NBitcoin