Vaulta

daoproposals

Contract

The data tables defined by this contract.

  • rows of config

    Field Type
    cycle_duration_sec uint32
    cycle_voting_duration_sec uint32
    proposal_cost extended_asset
    quorum uint32
    current_cycle uint16
    dao_contract name
  • rows of cycle

    Field Type
    id uint64
    start_time time_point_sec
    budget extended_asset[]
    quorum uint32
    state uint8$
    spent extended_asset[]$
    total_vote_weight uint64$
  • Field Type
    id uint64
    author name
    content_hash string
    pay pay_entry[]
    vote_counts pair_uint8_uint32[]
    state uint8
    cycle uint16
    category uint8
    proof_hash string?
    transaction_hash checksum256?
    msig name$
  • Field Type
    owner name
  • rows of vote

    Field Type
    id uint64
    voter name
    proposal_id uint64
    type uint8
    weight uint32
    delegatee name?
    comment_hash string?