Messages
Account
| Field | Type | Description | 
|---|---|---|
address | Pubkey | |
meta | AccountMeta | |
data | AccountData | |
version_context | VersionContextMetadata | |
consensus_status | thru.common.v1.ConsensusStatus | 
AccountData
| Field | Type | Description | 
|---|---|---|
data | bytes | |
compressed | bool | |
compression_algorithm | string | 
AccountFlags
| Field | Type | Description | 
|---|---|---|
is_program | bool | |
is_privileged | bool | |
is_uncompressable | bool | |
is_ephemeral | bool | |
is_deleted | bool | |
is_new | bool | |
is_compressed | bool | 
AccountMeta
| Field | Type | Description | 
|---|---|---|
version | uint32 | |
flags | AccountFlags | |
data_size | uint32 | |
state_counter | uint64 | |
owner | Pubkey | |
balance | uint64 | |
nonce | uint64 | 
AccountPage
| Field | Type | Description | 
|---|---|---|
page_idx | uint32 | |
page_size | uint32 | |
page_data | bytes | |
compressed | bool | |
compression_algorithm | string | 
DataSlice
| Field | Type | Description | 
|---|---|---|
offset | uint32 | |
length | uint32 | 
RawAccount
| Field | Type | Description | 
|---|---|---|
address | Pubkey | |
raw_meta | bytes | |
raw_data | bytes | |
version_context | VersionContextMetadata | 
VersionContextMetadata
| Field | Type | Description | 
|---|---|---|
slot | uint64 | |
block_timestamp | google.protobuf.Timestamp | 
Enums
AccountView
AccountView controls which sections of account resources are returned.| Value | Number | Description | 
|---|---|---|
ACCOUNT_VIEW_UNSPECIFIED | 0 | ACCOUNT_VIEW_UNSPECIFIED uses service defaults. | 
ACCOUNT_VIEW_PUBKEY_ONLY | 1 | ACCOUNT_VIEW_PUBKEY_ONLY returns only the account address. | 
ACCOUNT_VIEW_META_ONLY | 2 | ACCOUNT_VIEW_META_ONLY returns only account metadata. | 
ACCOUNT_VIEW_DATA_ONLY | 3 | ACCOUNT_VIEW_DATA_ONLY returns only account data. | 
ACCOUNT_VIEW_FULL | 4 | ACCOUNT_VIEW_FULL returns address, metadata, and data. |