C# 클래스 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.
상속: Stratis.SmartContracts.Executor.Reflection.CallMessage
파일 보기 프로젝트 열기: x42-Archive/X42-FullNode-Old 1 사용 예제들

공개 메소드들

메소드 설명
InternalCallMessage ( uint160 to, uint160 from, ulong amount, Gas gasLimit, Stratis.SmartContracts.Executor.Reflection.MethodCall methodCall ) : NBitcoin

메소드 상세

InternalCallMessage() 공개 메소드

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
리턴 NBitcoin