BlockchainData (Tezos)

BlockchainData[]

给出 Tezos 区块链的信息.

BlockchainData[property]

给出 Tezos 区块链指定属性的值.

更多信息

  • BlockchainData[] 给出包含区块链属性集合的关联关系.
  • 属性包括:
  • "Type"区块链类型
    "Name"特定区块链名称
    "Blocks"Tezos 区块链中当前区块总数
    "LatestBlockHash"Tezos 区块链中最新区块的哈希
    "ChainID"网络 ID
    "Protocol"当前经济协议
    "CycleData"当前周期数据
    "ElectionData"上一个区块投票期间数据
    "Statistics"Tezos 区块链中的加密货币统计数据
  • "CycleData" 给出有下列属性作为密钥的关联关系:
  • "SnapshotIndex"快照索引
    "SnapshotBlockNumber"创建快照处区块的高度
    "TotalStaking"在该周期活跃的面包师的总质押余额
    "TotalBakers"周期内所有活跃面包师的总数
    "ProposerReward"reward received by block proposers this cycle
    "BakerReward"reward received by bakers this cycle
    "Seed"网络使用的随机生成种子
    "Cycle"当前周期
    "CyclePosition"当前周期位置
  • "ElectionData" 给出以下列属性为密钥的关联关系:
  • "CurrentVotingPeriod"当前投票期间索引
    "CurrentVotingPeriodPosition"当前投票期间位置
    "CurrentVotingPeriodKind"当前投票期间性质
    "CurrentProposal"当前提案的哈希值
    "ProposalPeriod"提案投票期间的信息
    "ExplorationPeriod"information about the exploration period
    "CooldownPeriod"information about the cooldown period
    "PromotionPeriod"information about the proposal promotion period
    "AdoptionPeriod"information about the proposal adoption period
  • "Statistics" 给出以下列属性为密钥的关联关系:
  • "TotalBootstrapped"区块链启动时初始创建的 mutez 总量
    "TotalCommitments"总承诺量
    "TotalActivated"激活的 tez 总量
    "TotalCreated"创建或发行的 mutez 总量
    "TotalBurned"销毁的 mutez 总量
    "TotalBanished"total amount of mutez banished
    "TotalFrozen"total amount of frozen mutez
    "TotalRollupBonds"total amount of rollup funds locked
    "TotalSmartRollupBonds"total amount of smart rollup funds locked
    "TotalLost"total amount of mutez lost
  • BlockchainData can access the Tezos mainnet (default) and testnet (Ghostnet). To specify these networks, use the BlockchainBase option.

范例

打开所有单元关闭所有单元

基本范例  (4)

获取 Tezos 区块链的基础信息:

获取 Tezos 测试网 (testnet) 区块链的基本信息:

获取 Tezos 区块链中区块的数量:

从 Tezos 区块链中获取多个属性:

范围  (9)

Blocks  (1)

获取 Tezos 区块链中区块总数:

ChainID  (1)

获取 Tezos 区块链的链 ID:

CycleData  (1)

获取 Tezos 区块链的周期数据:

ElectionData  (1)

获取 Tezos 区块链中的选举数据:

LatestBlockHash  (1)

获取 Tezos 区块链中最新区块的哈希值:

Name  (1)

获取区块链的名称:

Protocol  (1)

获取区块链的当前协议:

Statistics  (1)

获取Get statistics about the tez cryptocurrency in the Tezos 区块链中 tez 加密货币的统计数据:

Type  (1)

获取区块链的类型:

选项  (2)

BlockchainBase  (2)

Mainnet  (1)

获取 Tezos 区块链主网 (mainnet) 的基本信息:

Testnet  (1)

获取 Tezos 区块链测试网 (testnet) 的基本信息:

Wolfram Research (2020),BlockchainData,Wolfram 语言函数,https://reference.wolfram.com/language/ref/blockchain/BlockchainData-Tezos.html.

文本

Wolfram Research (2020),BlockchainData,Wolfram 语言函数,https://reference.wolfram.com/language/ref/blockchain/BlockchainData-Tezos.html.

CMS

Wolfram 语言. 2020. "BlockchainData." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/blockchain/BlockchainData-Tezos.html.

APA

Wolfram 语言. (2020). BlockchainData. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/blockchain/BlockchainData-Tezos.html 年

BibTeX

@misc{reference.wolfram_2024_blockchaindata, author="Wolfram Research", title="{BlockchainData}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/blockchain/BlockchainData-Tezos.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_blockchaindata, organization={Wolfram Research}, title={BlockchainData}, year={2020}, url={https://reference.wolfram.com/language/ref/blockchain/BlockchainData-Tezos.html}, note=[Accessed: 18-November-2024 ]}