Options
All
  • Public
  • Public/Protected
  • All
Menu

The account structure describes an account private key, public key, address and allows signing transactions.

Hierarchy

  • Account

Index

Properties

Readonly address

address: Address

The account address.

Private Readonly keyPair

keyPair: IKeyPair

Accessors

networkType

privateKey

  • get privateKey(): string

publicAccount

publicKey

  • get publicKey(): string

Methods

decryptMessage

encryptMessage

sign

signCosignatureTransaction

signData

  • signData(data: string): string

signTransactionGivenSignatures

signTransactionWithCosignatories

Static createFromPrivateKey

Static generateNewAccount

Generated using TypeDoc