Represents a DID Account that extends SignerAccount.

Hierarchy

Constructors

Properties

address: string

The address of the private key.

did: string

The DID of the account.

didMethod: DIDMethod = ...

The DID method to use. Default is "pkh:eip155:1".

privateKey: string

The private key of the account.

publicKey: string

The public key of the private key.

The raw JWK of the private key.

Methods

  • Gets the verification method of the account.

    Returns Promise<any>

    The verification method of the account.

Generated using TypeDoc