regen-docs
  • Regen Ledger
  • DRAFT
    • Users and Organizations
      • Account
      • Group
    • Bank
    • Data
    • Simple Credit
    • Fractional NFT Credit
    • Semantic Data
    • Coin
    • Script
    • Market
    • Chain Schema
    • Basic Types
Powered by GitBook
On this page

Was this helpful?

  1. DRAFT
  2. Users and Organizations

Account

table Account {
  address: Address
  pubkey: PubKey
  metadata: data.HashIRI?
  @primary_key(address)
}

interface PubKey
PreviousUsers and OrganizationsNextGroup

Last updated 5 years ago

Was this helpful?