Creates a new instance of DIDAccount.
The private key of the account.
The DID method to use. Default is "pkh:eip155:1".
Readonly
addressThe address of the private key.
Readonly
didThe DID of the account.
Readonly
didThe DID method to use. Default is "pkh:eip155:1".
Readonly
privateThe private key of the account.
Readonly
publicThe public key of the private key.
Readonly
rawThe raw JWK of the private key.
Generated using TypeDoc
Represents a DID Account that extends SignerAccount.