ContractCall
@midnight-ntwrk/ledger v3.0.2 β’ Readme | API
@midnight-ntwrk/ledger v3.0.2 / ContractCall
Class: ContractCall
A single contract call segment
Constructorsβ
new ContractCall()β
private new ContractCall(): ContractCall
Returnsβ
Propertiesβ
addressβ
readonly address: string;
The address being called
communicationCommitmentβ
readonly communicationCommitment: string;
The communication commitment of this call
entryPointβ
readonly entryPoint: string | Uint8Array;
The entry point being called
fallibleTranscriptβ
readonly fallibleTranscript: undefined | Transcript<AlignedValue>;
The fallible execution stage transcript
guaranteedTranscriptβ
readonly guaranteedTranscript: undefined | Transcript<AlignedValue>;
The guaranteed execution stage transcript
Methodsβ
toString()β
toString(compact?): string
Parametersβ
β’ compact?: boolean
Returnsβ
string