VerifierKeyInsert
@midnight/ledger / VerifierKeyInsert
Class: VerifierKeyInsert
An update instruction to insert a verifier key at a specific operation and version.
Constructors
Constructor
new VerifierKeyInsert(operation, vk): VerifierKeyInsert;
Parameters
operation
string | Uint8Array<ArrayBufferLike>
vk
ContractOperationVersionedVerifierKey
Returns
VerifierKeyInsert
Properties
operation
readonly operation: string | Uint8Array<ArrayBufferLike>;
vk
readonly vk: ContractOperationVersionedVerifierKey;
Methods
toString()
toString(compact?): string;
Parameters
compact?
boolean
Returns
string