Graphene::Operations::T_chain_parameters
Inherits Graphene::Serialize::Composite < Graphene::Serialize::Pack < Struct < Value < Object
Constructors
from_graphene_json(json : JSON::Any | Nil, args) : self
Sourcenew(current_fees : Graphene::Operations::T_fee_schedule, block_interval : UInt8, maintenance_interval : UInt32, maintenance_skip_slots : UInt8, committee_proposal_review_period : UInt32, maximum_transaction_size : UInt32, maximum_block_size : UInt32, maximum_time_until_expiration : UInt32, maximum_proposal_lifetime : UInt32, maximum_asset_whitelist_authorities : UInt8, maximum_asset_feed_publishers : UInt8, maximum_witness_count : UInt16, maximum_committee_count : UInt16, maximum_authority_membership : UInt16, reserve_percent_of_fee : UInt16, network_percent_of_fee : UInt16, lifetime_referrer_percent_of_fee : UInt16, cashback_vesting_period_seconds : UInt32, cashback_vesting_threshold : Int64, count_non_member_votes : Bool, allow_non_member_whitelists : Bool, witness_pay_per_block : Int64, worker_budget_per_day : Int64, max_predicate_opcode : UInt16, fee_liquidation_threshold : Int64, accounts_per_fee_scale : UInt16, account_fee_scale_bitshifts : UInt8, max_authority_depth : UInt8, extensions : Graphene::Operations::T_chain_parameters::Ext)
Sourceunpack(io) : self
SourceInstance methods
account_fee_scale_bitshifts
Sourceaccounts_per_fee_scale
Sourceallow_non_member_whitelists
Sourceblock_interval
Sourcecashback_vesting_period_seconds
Sourcecommittee_proposal_review_period
Sourcecount_non_member_votes
Sourcecurrent_fees
Sourceextensions
Sourcelifetime_referrer_percent_of_fee
Sourcemaintenance_interval
Sourcemaintenance_skip_slots
Sourcemax_authority_depth
Sourcemax_predicate_opcode
Sourcemaximum_asset_feed_publishers
Sourcemaximum_asset_whitelist_authorities
Sourcemaximum_authority_membership
Sourcemaximum_block_size
Sourcemaximum_committee_count
Sourcemaximum_proposal_lifetime
Sourcemaximum_time_until_expiration
Sourcemaximum_transaction_size
Sourcemaximum_witness_count
Sourcenetwork_percent_of_fee
Sourcereserve_percent_of_fee
Source