Skip to main content

@midnight/ledger v2.0.8Readme | API


@midnight/ledger v2.0.8 / ContractCall

Class: ContractCall

A single contract call segment

Constructors

new ContractCall()

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