Skip to content

Files

Latest commit

c929e8a · Jan 11, 2019

History

History
7 lines (6 loc) · 564 Bytes

CodeChain-Account.md

File metadata and controls

7 lines (6 loc) · 564 Bytes

An account in CodeChain represents a holder of CodeChain Coin, and a sender of transactions. The core elements of an account are:

  • An identifying address such as XXX
  • A sequence number, starting at 1, increases with each transaction sent from this account. No transaction can be included in a ledger unless the transaction’s sequence number matches its sender’s next sequence number.
  • Ways to authorize transactions, possibly include:
    • A master key pair intrinsic to the account
    • Regular key pairs that are explicitly registered