Skip to main content

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​

ContractCall

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