Skip to main content

IdentityClientReadOnly

@iota/identity-wasm API documentation


Class: IdentityClientReadOnly

A client to interact with identities on the IOTA chain.

Used for read operations, so does not need an account and signing capabilities. If you want to write to the chain, use IdentityClient.

Constructors

new IdentityClientReadOnly()

new IdentityClientReadOnly(): IdentityClientReadOnly

Returns

IdentityClientReadOnly

Deprecated

Use IdentityClientReadOnly.create instead.