Skip to main content

VerifierKeyRemove

@midnight-ntwrk/ledger v3.0.2 β€’ Readme | API


@midnight-ntwrk/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