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