VerifierKeyInsert
@midnight-ntwrk/ledger v3.0.2 β’ Readme | API
@midnight-ntwrk/ledger v3.0.2 / VerifierKeyInsert
Class: VerifierKeyInsert
An update instruction to insert a verifier key at a specific operation and version.
Constructorsβ
new VerifierKeyInsert(operation, vk)β
new VerifierKeyInsert(operation, vk): VerifierKeyInsert
Parametersβ
β’ operation: string | Uint8Array
β’ vk: ContractOperationVersionedVerifierKey
Returnsβ
Propertiesβ
operationβ
readonly operation: string | Uint8Array;
vkβ
readonly vk: ContractOperationVersionedVerifierKey;
Methodsβ
toString()β
toString(compact?): string
Parametersβ
β’ compact?: boolean
Returnsβ
string