C# Class Stratis.SmartContracts.CLR.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.CLR.CallMessage
Afficher le fichier Open project: stratisproject/StratisFullNode Class Usage Examples

Méthodes publiques

Méthode Description
InternalCallMessage ( uint160 to, uint160 from, ulong amount, RuntimeObserver.Gas gasLimit, Stratis.SmartContracts.CLR.MethodCall methodCall ) : NBitcoin

Method Details

InternalCallMessage() public méthode

public InternalCallMessage ( uint160 to, uint160 from, ulong amount, RuntimeObserver.Gas gasLimit, Stratis.SmartContracts.CLR.MethodCall methodCall ) : NBitcoin
to uint160
from uint160
amount ulong
gasLimit RuntimeObserver.Gas
methodCall Stratis.SmartContracts.CLR.MethodCall
Résultat NBitcoin