Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Account(publicKey?: string, nonce?: number): Account

Properties

createdAt

createdAt: Date = new Date()

message

message: string = ""

nonce

nonce: number = 0

publicKey

publicKey: string = ""

sig

sig: string = ""

updatedAt

updatedAt: Date = new Date()

Methods

copy

Protected deepCopyFromJson

Protected getClass

toJson

  • toJson(): object

toSimpleAccount

Static fromJson

Generated using TypeDoc