mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 13:07:02 +00:00
* first commit, added all docs but no transformations yet * added all gold models, plus enhanced (EZ) operations and docs * Silver incremental logic (#2) * check in * check in, gte in progress * bronze & silver * updated docs and gold models * updated working gold models * adding ez__operations as well * SO, cluster, fix silver accounts * updated ez config * updated ez config formatting (minor) * changed filenames and dir structure * fixed and ran ez_operations, updated a line in the readme --------- Co-authored-by: Mike Stepanovic <mike.stepanovic@flipsidecrypto.com>
321 B
321 B
{% docs sequence_number %} The account's current sequence number. The sequence number controls operations applied to an account. Operations must submit a unique sequence number that is incremented by 1 in order to apply the operation to the account so that account changes will not collide within a ledger. {% enddocs %}