Skip to main content

@bloock/sdk / Issuer

Class: Issuer

represents a Issuer identity.

Table of contents

Constructors

Properties

Constructors

constructor

new Issuer(did, key, didMethod): Issuer

Constructs a Issuer object with the specified parameters.

Parameters

NameType
didstring
keyKey
didMethodDidMethod

Returns

Issuer

Defined in

entity/identity/issuer.ts:17

Properties

did

did: Did

Defined in

entity/identity/issuer.ts:9


key

key: Key

Defined in

entity/identity/issuer.ts:10