Type alias AccountData

AccountData: {
    authentication_key: string;
    sequence_number: string;
}

Type declaration

  • authentication_key: string
  • sequence_number: string

Generated using TypeDoc