Fork: Tezos Domains Treasury

Storage
Optional
Storage type
storage pair
proposal_counter nat
proposals big_map(nat, $proposals_value)
archives big_map(nat, $archives_value)
owners set(address)
threshold nat
effective_period int
metadata big_map(string, bytes)
proposals_value pair
state $state
signatures map(address, bool)
proposer $proposer
resolver option($resolver)
contents list($contents_item)
state or
executed unit
expired unit
proposing unit
rejected unit
proposer pair
actor address
timestamp timestamp
resolver pair
actor address
timestamp timestamp
contents_item or
add_or_update_metadata $add_or_update_metadata
add_owners set(address)
adjust_effective_period int
adjust_threshold nat
execute_lambda $execute_lambda
remove_metadata string
remove_owners set(address)
transfer $transfer
add_or_update_metadata pair
key string
value bytes
execute_lambda pair
lambda $lambda
metadata option(bytes)
lambda lambda
input unit
return list operation
transfer pair
target address
amount mutez
archives_value or
executed unit
expired unit
proposing unit
rejected unit