Skip to content

AccountView

View as Markdown

AccountView controls which sections of account resources are returned.

Package: thru.core.v1

Name#Description
ACCOUNT_VIEW_UNSPECIFIED0ACCOUNT_VIEW_UNSPECIFIED uses service defaults.
ACCOUNT_VIEW_PUBKEY_ONLY1ACCOUNT_VIEW_PUBKEY_ONLY returns only the account address.
ACCOUNT_VIEW_META_ONLY2ACCOUNT_VIEW_META_ONLY returns only account metadata.
ACCOUNT_VIEW_DATA_ONLY3ACCOUNT_VIEW_DATA_ONLY returns only account data.
ACCOUNT_VIEW_FULL4ACCOUNT_VIEW_FULL returns address, metadata, and data.