AccountView
AccountView controls which sections of account resources are returned.
Package: thru.core.v1
Values
Section titled “Values”| Name | # | 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. |