maestro-sdk-1.7.3: Maestro Blockchain Indexer SDK
Safe HaskellNone
LanguageHaskell2010

Maestro.Client.V1.Blocks

Description

Module to query for "blocks" category of endpoints defined at docs.gomaestro.org.

Synopsis

Documentation

blockDetailsByHash #

Arguments

MaestroEnv 'V1

The Maestro Environment.

BlockHash

Block hash in hex.

IO TimestampedBlockDetails 

Returns the complete block information given a block hash.

blockDetailsByHeight #

Arguments

MaestroEnv 'V1

The Maestro Environment.

BlockHeight

Block height.

IO TimestampedBlockDetails 

Returns the complete block information given a block height.