Docs Home
Infrastructure Docs
Developer Docs
Peerplays.com
Search…
Introduction to Peerplays
Concepts
Decentralization
Consensus Mechanisms Compared
Technology
Peerplays Technical Summary
Intro to Peerplays Tokens
Intro to Peerplays Liquidity Pools
Staking (PowerUp) in Peerplays
Gamified User Namespaces and Subject Matter Expert Committees
Peer-to-Peer Autonomous Organizations: Flow Diagram
Delegated Proof of Stake (DPOS)
Gamified Proof of Stake (GPOS)
Sidechain Operator Nodes (SONs)
NFTs and Marketplace
Peerplays DEX
Witnesses
What is a Peerplays Witness?
Becoming a Peerplays Witness
Obtaining private keys for cli_wallet
Witness Node Hardware Requirements
Witness Node Docker Install
Witness Node GitLab Artifact Install
Setting up a Witness Node
Updating a Witness Node
Setting up a Witness Node with Docker
Setting up the faucet
Beatrice
Bookie Oracle Suite (BOS)
Introduction to BOS
BOS Installation
BookieSports
Manual Intervention Tool (MINT)
Data Proxies
Introduction to Data Proxies
How Data Proxies Work
Data Proxy Set Up
Creating Your Own Data Proxy
Couch Potato
Introduction
Installation
Functional Requirements
Help
Database
API
Proxy Payment Considerations
Random Number Generator (RNG)
RNG Technical Summary
RNG API
API
Peerplays Core API
Popular API Calls
Account History API
Asset API
Block API
Crypto API
Database API
Network Broadcast API
Network Nodes API
Orders API
Wallet API
SON API
GPOS API
Bookie API
Market Maker API
Sweeps API
Python Peerplays
peerplayjs-lib
Connecting Elasticsearch to a blockchain node
GitLab
GitLab Ticket Templates
Labels
Time Tracking
Other Documentation
Docs Home
Infrastructure Docs
Developer Docs
Known Issues
Peerplays Disaster Recovery Plan
Sept 2021 Mainnet Outage - Postmortem Report
Powered By
GitBook
Block API
Block
get_blocks
Get signed blocks.
1
vector
<
optional
<
signed_block
>>
graphene
::
app
::
block_api
::
get_blocks
(
2
uint32_t
block_num_from
,
3
uint32_t
block_num_to
)
const
Copied!
Parameters
Return
block_num_from
: The lowest block number
block_num_to
: The highest block number
A list of signed blocks from
block_num_from
to
block_num_to
Previous
Asset API
Next
Crypto API
Last modified
2yr ago
Export as PDF
Copy link
Contents
Block
get_blocks