struct Blockfrost::Epoch
- Blockfrost::Epoch
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
blockfrost/cardano/epoch.crConstructors
Class Method Summary
- .block_hashes(epoch : Int32, count : Int32? = nil, page : Int32? = nil)
- .block_hashes(epoch : Int32, pages : Range)
- .block_hashes_by_pool(epoch : Int32, pool_id : String, count : Int32? = nil, page : Int32? = nil)
- .block_hashes_by_pool(epoch : Int32, pool_id : String, pages : Range)
- .get(epoch : Int32)
- .latest
- .next(epoch : Int32, count : Int32? = nil, page : Int32? = nil)
- .next(epoch : Int32, pages : Range)
- .parameters(epoch : Int32)
- .previous(epoch : Int32, count : Int32? = nil, page : Int32? = nil)
- .previous(epoch : Int32, pages : Range)
- .stakes(epoch : Int32, count : Int32? = nil, page : Int32? = nil)
- .stakes(epoch : Int32, pages : Range)
- .stakes_by_pool(epoch : Int32, pool_id : String, count : Int32? = nil, page : Int32? = nil)
- .stakes_by_pool(epoch : Int32, pool_id : String, pages : Range)
Instance Method Summary
- #active_stake : Int128
- #block_count : Int32
- #block_hashes(**args)
- #block_hashes_by_pool(pool_id : String, **args)
- #end_time : Time
- #epoch : Int32
- #fees : Int128
- #first_block_time : Time
- #last_block_time : Time
- #next(**args)
- #output : Int128
- #previous(**args)
- #stakes(**args)
- #stakes_by_pool(pool_id : String, **args)
- #start_time : Time
- #tx_count : Int32
Constructor Detail
Class Method Detail
def self.block_hashes_by_pool(epoch : Int32, pool_id : String, count : Int32? = nil, page : Int32? = nil)
#
def self.stakes_by_pool(epoch : Int32, pool_id : String, count : Int32? = nil, page : Int32? = nil)
#