AccountMeta
AccountMeta captures metadata associated with an account.
Package: thru.core.v1
Fields
Section titled “Fields”| Field | Type | # | Description |
|---|---|---|---|
version | uint32 | 1 · optional | |
flags | AccountFlags | 2 · optional | |
data_size | uint32 | 3 · optional | |
seq | uint64 | 4 · optional | Account sequence number |
owner | thru.common.v1.Pubkey | 5 · optional | |
balance | uint64 | 6 · optional | |
nonce | uint64 | 7 · optional | |
last_updated_slot | uint64 | 8 · optional | The slot in which this account was last updated. |