Skip to main content

ContractCall

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / ContractCall

Class: ContractCall<P>

단일 컨트랙트 호출 세그먼트입니다.

Type Parameters

P

P extends Proofish

Properties

address

readonly address: string;

호출 대상 주소입니다.


communicationCommitment

readonly communicationCommitment: string;

이 호출의 커뮤니케이션 커밋먼트입니다.


entryPoint

readonly entryPoint: string | Uint8Array<ArrayBufferLike>;

호출 대상 진입점입니다.


fallibleTranscript

readonly fallibleTranscript: 
| undefined
| Transcript<AlignedValue>;

fallible 실행 단계 트랜스크립트입니다.


guaranteedTranscript

readonly guaranteedTranscript: 
| undefined
| Transcript<AlignedValue>;

guaranteed 실행 단계 트랜스크립트입니다.


proof

readonly proof: P;

이 호출에 첨부된 증명입니다.

Methods

toString()

toString(compact?): string;

Parameters

compact?

boolean

Returns

string