VerifierKeyRemove
@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
Returns
VerifierKeyRemove
Properties
operation
readonly operation: string | Uint8Array<ArrayBufferLike>;
version
readonly version: ContractOperationVersion;
Methods
toString()
toString(compact?): string;
Parameters
compact?
boolean
Returns
string