TT CORE SDK  0.1
TT CORE SDK documentation
tt_core_sdk::Account Struct Reference

Account definition. More...

#include <user.hpp>

Collaboration diagram for tt_core_sdk::Account:

Public Attributes

uint64_t account_id
 Unique account ID. More...
 
uint64_t account_company_id
 Company ID of the account. More...
 
uint64_t broker_id
 Account broker ID. More...
 
uint64_t algo_permission
 Algo permissions. More...
 
size_t connection_count
 Connections associated to the account. More...
 
Connection connections [MAX_CONNECTION_NUMBER]
 

Detailed Description

Account definition.

Definition at line 33 of file user.hpp.

Member Data Documentation

◆ account_company_id

uint64_t tt_core_sdk::Account::account_company_id

Company ID of the account.

Definition at line 36 of file user.hpp.

◆ account_id

uint64_t tt_core_sdk::Account::account_id

Unique account ID.

Definition at line 35 of file user.hpp.

◆ algo_permission

uint64_t tt_core_sdk::Account::algo_permission

Algo permissions.

Definition at line 38 of file user.hpp.

◆ broker_id

uint64_t tt_core_sdk::Account::broker_id

Account broker ID.

Definition at line 37 of file user.hpp.

◆ connection_count

size_t tt_core_sdk::Account::connection_count

Connections associated to the account.

Definition at line 41 of file user.hpp.

◆ connections

Connection tt_core_sdk::Account::connections[MAX_CONNECTION_NUMBER]

Definition at line 42 of file user.hpp.


The documentation for this struct was generated from the following file: