Please enable JavaScript.
Coggle requires JavaScript to display documents.
stellar concepts - Account [账户] (Account fields [账户域] (Number of…
stellar concepts - Account [账户]
Account access is controlled by public/private key cryptography.
Accounts are created with the Create Account operation.
Account fields [账户域]
Liabilities [负债]
Starting in protocol version 10, each account also tracks its lumen liabilities.
Signers [签名者]
Used for multi-sig.
Thresholds [阈值]
ThresholdIndexes
THRESHOLD_HIGH
THRESHOLD_MED
THRESHOLD_LOW
THRESHOLD_MASTER_WEIGHT
Operations have varying levels of access.
Home domain [家域]
A domain name that can optionally be added to the account.
Flags [标记]
AccountFlags
Authorization immutable (0x4)
Authorization revocable (0x2)
Authorization required (0x1)
Currently there are three flags, used by issuers of assets.
Inflation destination
[通胀目标]
(optional) Account designated to receive inflation.
Number of subentries [子入口数量]
This number is used to calculate the account’s
minimum balance
LedgerEntryType
DATA
OFFER
TRUSTLINE
ACCOUNT
Number of other entries the account owns.
Sequence number [事务序列号]
The current transaction sequence number of the account.
Balance [余额]
The number of lumens held by the account
Account ID [账户ID]
Accounts are the central data structure in Stellar.