58 (time_since_last_budget)
59 (from_initial_reserve)
60 (from_accumulated_fees)
61 (from_unused_witness_budget)
62 (requested_witness_budget)
66 (leftover_worker_funds)
83 (min_committee_member_count)
85 (num_special_accounts)
91 (immutable_parameters)
95 (committee_member_account)(vote_id)(total_votes)(url) )
98 (commitment)(asset_id)(owner) )
101 (accumulated_fba_fees)(designated_asset) )
108 (next_maintenance_time)
109 (last_vote_tally_time)
114 (accounts_registered_this_interval)
115 (recently_missed_count)
117 (recent_slots_filled)
119 (last_irreversible_block_num)
125 (next_available_vote_id)
126 (active_committee_members)
131 (from) (to) (amount) (asset_id) )
133 (preimage_hash) (preimage_size) )
137 (hash_lock)(time_lock) )
139 (transfer) (conditions) (memo) )
142 (op)(result)(block_num)(trx_in_block)(op_in_trx)(virtual_op)(is_virtual)(block_time) )
145 (account)(operation_id)(sequence)(next) )
156 (withdraw_from_account)
159 (withdrawal_period_sec)
162 (claimed_this_period)
174 (last_confirmed_block_num)
180 (current_shuffled_witnesses)
196 (total_votes_against)
202 (account)(enabled)(valid_from)(valid_to)(operation_type)
203 (auth)(restrictions)(restriction_counter) )
219 (max_duration_seconds)
223 (acceptable_collateral)
224 (acceptable_borrowers)
A credit offer is a fund that can be used by other accounts who provide certain collateral.
fc::static_variant< linear_vesting_policy, cdd_vesting_policy, instant_vesting_policy > vesting_policy
#define FC_REFLECT(TYPE, MEMBERS)
Specializes fc::reflector for TYPE.
database object to store HTLCs
tracks the history of all logical operations on blockchain stateAll operations and virtual operations...
A credit deal describes the details of a borrower's borrowing of funds from a credit offer...
Maintains global state information (committee_member list, current fees)This is an implementation det...
tracks a blinded balance commitment
A credit deal summary describes the summary of a borrower's borrowing of funds from a credit offer...
#define FC_REFLECT_DERIVED_NO_TYPENAME(TYPE, INHERITS, MEMBERS)
Tracks account custom authorities.
Grants another account authority to withdraw a limited amount of funds per interval.
a node in a linked list of operation_history_objectsAccount history is important for users and wallet...
#define GRAPHENE_IMPLEMENT_EXTERNAL_SERIALIZATION(type)
A worker who permanently destroys all of his pay.
A worker who returns all of his pay to the reserve.
Worker object contains the details of a blockchain worker. See The Blockchain Worker System for detai...
tracks minimal information about past blocks to implement TaPOSWhen attempting to calculate the valid...
A SameT Fund is a fund which can be used by a borrower and have to be repaid in the same transaction...
Maintains global state information (committee_member list, current fees)This is an implementation det...
base for all database objects
tracks information about a committee_member account.A committee_member is responsible for setting blo...
A worker who sends his pay to a vesting balance.