Telos

telos.decide

合约

此合约定义的数据表。

  • 行数据 account

    字段 类型
    balance asset
  • 行数据 archival

    字段 类型
    ballot_name name
    archived_until time_point_sec
  • 行数据 ballot

    字段 类型
    ballot_name name
    category name
    publisher name
    status name
    title string
    description string
    content string
    treasury_symbol symbol
    voting_method name
    min_options uint8
    max_options uint8
    options pair_name_asset[]
    total_voters uint32
    total_delegates uint32
    total_raw_weight asset
    cleaned_count uint32
    settings pair_name_bool[]
    begin_time time_point_sec
    end_time time_point_sec
  • 字段 类型
    committee_title string
    committee_name name
    treasury_symbol symbol
    seats pair_name_name[]
    updater_acct name
    updater_auth name
  • 行数据 config

    字段 类型
    app_name string
    app_version string
    total_deposits asset
    fees pair_name_asset[]
    times pair_name_uint32[]
  • 行数据 delegate

    字段 类型
    delegate_name name
    total_delegated asset
    constituents uint32
  • 字段 类型
    ballot_name name
    featured_until time_point_sec
  • 字段 类型
    payroll_name name
    claimable_volume pair_name_asset[]
    claimable_events pair_name_uint32[]
  • 行数据 labor

    字段 类型
    worker_name name
    start_time time_point_sec
    unclaimed_volume pair_name_asset[]
    unclaimed_events pair_name_uint32[]
  • 行数据 payroll

    字段 类型
    payroll_name name
    payroll_funds asset
    period_length uint32
    per_period asset
    last_claim_time time_point_sec
    claimable_pay asset
    payee name
  • 行数据 treasury

    字段 类型
    supply asset
    max_supply asset
    access name
    manager name
    title string
    description string
    icon string
    voters uint32
    delegates uint32
    committees uint32
    open_ballots uint32
    locked bool
    unlock_acct name
    unlock_auth name
    settings pair_name_bool[]
  • 行数据 voter

    字段 类型
    liquid asset
    staked asset
    staked_time time_point_sec
    delegated asset
    delegated_to name
    delegation_time time_point_sec
  • 行数据 vote

    字段 类型
    voter name
    is_delegate bool
    raw_votes asset
    weighted_votes pair_name_asset[]
    vote_time time_point_sec
    worker name
    rebalances uint8
    rebalance_volume asset