Account
table Account {
  address: Address
  pubkey: PubKey
  metadata: data.HashIRI?
  @primary_key(address)
}
interface PubKeyLast updated
Was this helpful?
table Account {
  address: Address
  pubkey: PubKey
  metadata: data.HashIRI?
  @primary_key(address)
}
interface PubKeyLast updated
Was this helpful?