Skip to content

Latest commit

 

History

History
105 lines (102 loc) · 12 KB

Delegate.md

File metadata and controls

105 lines (102 loc) · 12 KB

# Delegate

Properties

Name Type Description Notes
id int Internal TzKT id [optional]
type string Type of the account, `delegate` - account, registered as a delegate (baker) [optional]
address string Public key hash of the delegate (baker) [optional]
active bool Delegation status (`true` - active, `false` - deactivated) [optional]
alias string Name of the baking service [optional]
public_key string Public key of the delegate (baker) [optional]
revealed bool Public key revelation status. Unrevealed account can't send manager operation (transaction, origination etc.) [optional]
balance int Total balance of the delegate (baker), including spendable and frozen funds (micro tez) [optional]
rollup_bonds int Amount of tx rollup commitment bonds (micro tez) [optional]
smart_rollup_bonds int Amount of smart rollup commitment bonds (micro tez) [optional]
staked_balance int Amount staked from the own balance (micro tez). Like delegated amount, except for it is frozen and can be slashed. [optional]
unstaked_balance int Amount that was unstaked, but not yet finalized (i.e. it is still frozen) (micro tez). [optional]
unstaked_baker OneOfAlias Information about the baker, for which there are pending unstake requests. [optional]
external_staked_balance int Amount staked from external stakers (micro tez). Like delegated amount, except for it is frozen and can be slashed. [optional]
external_unstaked_balance int Amount that was unstaked by external stakers, but not yet finalized (i.e. it is still frozen) (micro tez). [optional]
rounding_error int Amount that was lost due to inconsistend rounding introduced in Oxford (micro tez). [optional]
total_staked_balance int Total staked balance, which is `stakedBalance + externalStakedBalance`. [optional]
issued_pseudotokens string Total amount of issued "pseudo-tokens". These pseudotokens are used for unstaking. [optional]
stakers_count int Number of external stakers. [optional]
frozen_deposit_limit int Configured max amount allowed to be locked as a security deposit (micro tez) [optional]
limit_of_staking_over_baking int This parameter determines the maximum portion (millionth) of external stake by stakers over the baker's own staked funds. [optional]
edge_of_baking_over_staking int This parameter determines the fraction (billionth) of the rewards that accrue to the baker's liquid spendable balance — the remainder accrues to frozen stakes. [optional]
counter int An account nonce which is used to prevent operation replay [optional]
activation_level int Block height when delegate (baker) was registered as a baker last time [optional]
activation_time \DateTime Block datetime when delegate (baker) was registered as a baker last time (ISO 8601, e.g. 2019-11-31) [optional]
deactivation_level int Block height when delegate (baker) was deactivated as a baker because of lack of funds or inactivity [optional]
deactivation_time \DateTime Block datetime when delegate (baker) was deactivated as a baker because of lack of funds or inactivity (ISO 8601, e.g. 2019-11-31) [optional]
staking_balance int Baker's own balance plus delegated balance (micro tez) [optional]
delegated_balance int Total amount delegated to the baker (micro tez) [optional]
num_contracts int Number of contracts, created (originated) and/or managed by the delegate (baker) [optional]
rollups_count int Number of tx rollups, created (originated) by the account [optional]
smart_rollups_count int Number of smart rollups, created (originated) by the account [optional]
active_tokens_count int Number of account tokens with non-zero balances [optional]
token_balances_count int Number of tokens the account ever had [optional]
token_transfers_count int Number of token transfers from/to the account [optional]
active_tickets_count int Number of tickets the account owns. [optional]
ticket_balances_count int Number of tickets the account ever owned. [optional]
ticket_transfers_count int Number of ticket transfers from/to the account. [optional]
num_delegators int Number of current delegators (accounts, delegated their funds) of the delegate (baker) [optional]
num_blocks int Number of baked (validated) blocks all the time by the delegate (baker) [optional]
num_endorsements int Number of given endorsements (approvals) by the delegate (baker) [optional]
num_preendorsements int Number of given preendorsements (approvals) by the delegate (baker) [optional]
num_ballots int Number of submitted by the delegate ballots during a voting period [optional]
num_proposals int Number of submitted (upvoted) by the delegate proposals during a proposal period [optional]
num_activations int Number of account activation operations. Are used to activate accounts that were recommended allocations of tezos tokens for donations to the Tezos Foundation’s fundraiser [optional]
num_double_baking int Number of double baking (baking two different blocks at the same height) evidence operations, included in blocks, baked (validated) by the delegate [optional]
num_double_endorsing int Number of double endorsement (endorsing two different blocks at the same block height) evidence operations, included in blocks, baked (validated) by the delegate [optional]
num_double_preendorsing int Number of double preendorsement (preendorsing two different blocks at the same block height) evidence operations, included in blocks, baked (validated) by the delegate [optional]
num_nonce_revelations int Number of seed nonce revelation (are used by the blockchain to create randomness) operations provided by the delegate [optional]
vdf_revelations_count int Number of `vdf_revelation` operations included into blocks by the delegate [optional]
num_revelation_penalties int Number of operations for all time in which rewards were lost due to unrevealed seed nonces by the delegate (synthetic type) [optional]
num_endorsing_rewards int Number of endorsing rewards received at the end of cycles (synthetic type) [optional]
num_delegations int Number of all delegation related operations (new delegator, left delegator, registration as a baker), related to the delegate (baker) [optional]
num_originations int Number of all origination (deployment / contract creation) operations, related to the delegate (baker) [optional]
num_transactions int Number of all transaction (tez transfer) operations, related to the delegate (baker) [optional]
num_reveals int Number of reveal (is used to reveal the public key associated with an account) operations of the delegate (baker) [optional]
num_register_constants int Number of register global constant operations sent by the baker [optional]
num_set_deposits_limits int Number of set deposits limit operations sent by the baker [optional]
num_migrations int Number of migration (result of the context (database) migration during a protocol update) operations, related to the delegate (synthetic type) [optional]
tx_rollup_origination_count int Number of tx rollup origination operations sent by the account [optional]
tx_rollup_submit_batch_count int Number of tx rollup submit batch operations sent by the account [optional]
tx_rollup_commit_count int Number of tx rollup commit operations sent by the account [optional]
tx_rollup_return_bond_count int Number of tx rollup return bond operations sent by the account [optional]
tx_rollup_finalize_commitment_count int Number of tx rollup finalize commitment operations sent by the account [optional]
tx_rollup_remove_commitment_count int Number of tx rollup remove commitment operations sent by the account [optional]
tx_rollup_rejection_count int Number of tx rollup rejection operations sent by the account [optional]
tx_rollup_dispatch_tickets_count int Number of tx rollup dispatch tickets operations sent by the account [optional]
transfer_ticket_count int Number of transfer ticket operations sent by the account [optional]
increase_paid_storage_count int Number of `increase_paid_storage` operations sent by the account [optional]
update_consensus_key_count int Number of `update_consensus_key` operations sent by the account [optional]
drain_delegate_count int Number of `drain_delegate` operations related to the account [optional]
smart_rollup_add_messages_count int Number of `smart_rollup_add_messages` operations related to the account [optional]
smart_rollup_cement_count int Number of `smart_rollup_cement` operations related to the account [optional]
smart_rollup_execute_count int Number of `smart_rollup_execute_outbox_message` operations related to the account [optional]
smart_rollup_originate_count int Number of `smart_rollup_originate` operations related to the account [optional]
smart_rollup_publish_count int Number of `smart_rollup_publish` operations related to the account [optional]
smart_rollup_recover_bond_count int Number of `smart_rollup_recover_bond` operations related to the account [optional]
smart_rollup_refute_count int Number of `smart_rollup_refute` operations related to the account [optional]
refutation_games_count int Number of smart rollup refutation games related to the account [optional]
active_refutation_games_count int Number of active smart rollup refutation games related to the account [optional]
staking_ops_count int Number of staking operations related to the account [optional]
autostaking_ops_count int Number of autostaking operations related to the account [optional]
staking_updates_count int Number of staking updates related to the account [optional]
set_delegate_parameters_ops_count int Number of set delegate parameters operations related to the account [optional]
dal_publish_commitment_ops_count int Number of DAL publish commitment operations related to the account [optional]
first_activity int Block height of the first operation, related to the delegate (baker) [optional]
first_activity_time \DateTime Block datetime of the first operation, related to the delegate (ISO 8601, e.g. `2020-02-20T02:40:57Z`) [optional]
last_activity int Height of the block in which the account state was changed last time [optional]
last_activity_time \DateTime Datetime of the block in which the account state was changed last time (ISO 8601, e.g. `2020-02-20T02:40:57Z`) [optional]
extras mixed Off-chain extras [optional]
software OneOfSoftwareAlias Last seen baker's software [optional]
lost_balance int [DEPRECATED] [optional]
frozen_deposit int [DEPRECATED] [optional]
frozen_deposits int [DEPRECATED] [optional]
frozen_rewards int [DEPRECATED] [optional]
frozen_fees int [DEPRECATED] [optional]
metadata mixed [DEPRECATED] [optional]

[Back to Model list] [Back to API list] [Back to README]