TxAccountClaims
Blockchain operations
claim_account
Columns
name
Description
creator
account claiming an account creation ticket
fee
fee paid
extensions
reserved for future use
Description
This table contains the “requests” from users or dApps to get an account creation ticket in order to create new accounts. These operations are issued before the actual creation of the account on the blockchain.
Although at the blockchain level the operation of creating a claimed account is of different type (create_claimed_account) from the previous account creation operations (account_create and account_create_with_delegation), HiveSQL stores them all in a single table: TxAccountCreates
.
Last updated