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