Vaulta

daccustodian

Contract

The data tables defined by this contract.

  • Field Type
    candidate_name name
    requestedpay asset
    locked_tokens asset
    total_votes uint64
    is_active uint8
    custodian_end_time_stamp time_point_sec
  • Field Type
    cand name
    permission name
  • Field Type
    lockupasset extended_asset
    maxvotes uint8
    numelected uint8
    periodlength uint32
    should_pay_via_service_provider bool
    initial_vote_quorum_percent uint32
    vote_quorum_percent uint32
    auth_threshold_high uint8
    auth_threshold_mid uint8
    auth_threshold_low uint8
    lockup_release_time_delay uint32
    requested_pay_max extended_asset
  • Field Type
    cust_name name
    requestedpay asset
    total_votes uint64
  • Field Type
    key uint64
    receiver name
    quantity asset
    memo string
  • rows of pay

    Field Type
    key uint64
    receiver name
    quantity extended_asset
    due_date time_point_sec
  • rows of proxy

    Field Type
    proxy name
    total_weight int64
  • Field Type
    lastperiodtime time_point_sec
    total_weight_of_votes int64
    total_votes_on_candidates int64
    number_active_candidates uint32
    met_initial_votes_threshold bool
  • rows of vote

    Field Type
    voter name
    proxy name
    candidates name[]