Type alias AccountKeyStoreBase

AccountKeyStoreBase: {
    Address: string;
    CipheredData: Uint8Array;
    Nickname: string;
    Nonce: Uint8Array;
    PublicKey: number[];
    Salt: Uint8Array;
}

Type declaration

  • Address: string
  • CipheredData: Uint8Array
  • Nickname: string
  • Nonce: Uint8Array
  • PublicKey: number[]
  • Salt: Uint8Array