struct Blockfrost::Epoch::Parameters

Included Modules

Defined in:

blockfrost/cardano/epoch.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def a0 : Float64 #

[View source]
def coins_per_utxo_size : Int128? #

[View source]
def collateral_percent : Int32? #

[View source]
def cost_models : Hash(String, Hash(String, Int32))? #

[View source]
def decentralisation_param : Float64 #

[View source]
def e_max : Int32 #

[View source]
def epoch : Int32 #

[View source]
def extra_entropy : String? #

[View source]
def key_deposit : Int128 #

[View source]
def max_block_ex_mem : Int128? #

[View source]
def max_block_ex_steps : Int128? #

[View source]
def max_block_header_size : Int32 #

[View source]
def max_block_size : Int32 #

[View source]
def max_collateral_inputs : Int32? #

[View source]
def max_tx_ex_mem : Int128? #

[View source]
def max_tx_ex_steps : Int128? #

[View source]
def max_tx_size : Int32 #

[View source]
def max_val_size : Int128? #

[View source]
def min_fee_a : Int32 #

[View source]
def min_fee_b : Int32 #

[View source]
def min_pool_cost : Int128 #

[View source]
def min_utxo : Int128 #

[View source]
def n_opt : Int32 #

[View source]
def nonce : String #

[View source]
def pool_deposit : Int128 #

[View source]
def price_mem : Float64? #

[View source]
def price_step : Float64? #

[View source]
def protocol_major_ver : Int32 #

[View source]
def protocol_minor_ver : Int32 #

[View source]
def rho : Float64 #

[View source]
def tau : Float64 #

[View source]