struct

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
Source
new(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)
Source
unpack(io) : self
Source

Instance methods

account_fee_scale_bitshifts
Source
accounts_per_fee_scale
Source
allow_non_member_whitelists
Source
block_interval
Source
cashback_vesting_period_seconds
Source
cashback_vesting_threshold
Source
committee_proposal_review_period
Source
count_non_member_votes
Source
current_fees
Source
extensions
Source
fee_liquidation_threshold
Source
lifetime_referrer_percent_of_fee
Source
maintenance_interval
Source
maintenance_skip_slots
Source
max_authority_depth
Source
max_predicate_opcode
Source
maximum_asset_feed_publishers
Source
maximum_asset_whitelist_authorities
Source
maximum_authority_membership
Source
maximum_block_size
Source
maximum_committee_count
Source
maximum_proposal_lifetime
Source
maximum_time_until_expiration
Source
maximum_transaction_size
Source
maximum_witness_count
Source
network_percent_of_fee
Source
reserve_percent_of_fee
Source
witness_pay_per_block
Source
worker_budget_per_day

getter witness_pay_vesting_seconds : UInt32 # => MARK: 反射漏掉了

Source

Nested types