lastBlocks
GET N latest Blocks for a selected blockchain network
where N
is the
number of blocks to retrieve
lastBlocks(
network: NetworkName!
size: Int
): [Block!]
Arguments
lastBlocks.network
● NetworkName!
non-null enum
Blockchain network to use
lastBlocks.size
● Int
scalar
Number of blocks to retrieve
Type
Block
object
Block contains metadata for its identification and records the most recent transactions added to blockchain