Skip to main content

VerifierKeyRemove

@midnight/ledger v7.0.0


@midnight/ledger / VerifierKeyRemove

Class: VerifierKeyRemove

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

Constructors

Constructor

new VerifierKeyRemove(operation, version): VerifierKeyRemove;

Parameters

operation

string | Uint8Array<ArrayBufferLike>

version

ContractOperationVersion

Returns

VerifierKeyRemove

Properties

operation

readonly operation: string | Uint8Array<ArrayBufferLike>;

version

readonly version: ContractOperationVersion;

Methods

toString()

toString(compact?): string;

Parameters

compact?

boolean

Returns

string