@midnight/ledger v3.0.2 • Readme | API
@midnight/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