Skip to main content

@midnight/ledger v3.0.2Readme | API


@midnight/ledger v3.0.2 / VerifierKeyRemove

Class: VerifierKeyRemove

An update instruction to remove a verifier key of a specific operation and version.

Constructors

new VerifierKeyRemove(operation, version)

new VerifierKeyRemove(operation, version): VerifierKeyRemove

Parameters

operation: string | Uint8Array

version: ContractOperationVersion

Returns

VerifierKeyRemove

Properties

operation

readonly operation: string | Uint8Array;

version

readonly version: ContractOperationVersion;

Methods

toString()

toString(compact?): string

Parameters

compact?: boolean

Returns

string