Balance Entry
@Serializable
Balance entry information for a Stellar Asset Contract account.
Contains the balance amount and authorization state for an account holding a Stellar Asset Contract token.
Constructors
Properties
Link copied to clipboard
Whether the account is authorized to hold and transact with this asset. For non-regulated assets, this is typically true. For regulated assets (AUTH_REQUIRED flag), the issuer must authorize accounts.
Link copied to clipboard
The ledger sequence number when this balance entry was last modified
Link copied to clipboard
The ledger sequence number until which this entry will live. For temporary storage, entries must be extended before this ledger or they will be archived. Null for persistent storage entries.