Skip to main content
info
IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes

MethodDigest

@iota/identity-wasm API documentation


Class: MethodDigest

Unique identifier of a VerificationMethod.

NOTE: This class does not have a JSON representation, use the methods pack and unpack instead.

Methods

toJSON()

toJSON(): Object

  • Return copy of self without private attributes.

Returns

Object


toString()

toString(): string

Return stringified version of self.

Returns

string


pack()

pack(): Uint8Array

Packs MethodDigest into bytes.

Returns

Uint8Array


unpack()

static unpack(bytes): MethodDigest

Unpacks bytes into MethodDigest.

Parameters

bytes

Uint8Array

Returns

MethodDigest


clone()

clone(): MethodDigest

Deep clones the object.

Returns

MethodDigest