VmResults
For the complete documentation index, see llms.txt
@midnight/ledger / VmResults
Class: VmResults
VM 호출 결과를 나타냅니다.
Properties
events
readonly events: GatherResult[];
이 VM 호출에서 발생한 이벤트입니다.
gasCost
readonly gasCost: RunningCost;
이 VM 호출 실행의 계산된 가스 비용입니다.
stack
readonly stack: VmStack;
VM 호출 종료 시점의 VM 스택입니다.
Methods
toString()
toString(compact?): string;
Parameters
compact?
boolean
Returns
string