C# 클래스 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.
상속: Stratis.SmartContracts.CLR.CallMessage
파일 보기 프로젝트 열기: stratisproject/StratisFullNode 1 사용 예제들

공개 메소드들

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

메소드 상세

InternalCallMessage() 공개 메소드

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