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
Wallet API
Account Calls
Asset Calls
Blockchain Inspection
General Calls
Governance
Privacy Mode
Trading Calls
Transaction Builder
Wallet Calls
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
General Calls
General Calls
help
Returns a list of all commands supported by the wallet API.
This lists each command, along with its arguments and return types. For more detailed help on a single command, use
gethelp()
​
1
string graphene
::
wallet
::
wallet_api
::
help
()
const
Copied!
Return
A multi-line string suitable for displaying on a terminal.
gethelp
Returns detailed help on a single API command.
1
string graphene
::
wallet
::
wallet_api
::
gethelp
(
2
const
string
&
method
)
const
Copied!
Parameters
Return
method
: the name of the API command you want help with
A multi-line string suitable for displaying on a terminal.
info
Returns info about head block, chain_id, maintenance, participation, current active witnesses and committee members.
1
variant graphene
::
wallet
::
wallet_api
::
info
()
Copied!
Return
Runtime info about the blockchain
about
Returns info such as client version, git version of graphene/fc, version of boost, openssl etc.
1
variant_object graphene
::
2
wallet
3
::
4
wallet_api
5
::
about
()
const
Copied!
Return
Compile time info and client and dependencies versions.
network_add_nodes
1
void
graphene
::
wallet
::
wallet_api
::
network_add_nodes
(
2
const
vector
<
string
>
&
nodes
)
Copied!
Parameters
nodes
: Nodes to be added.
network_get_connected_peers
1
vector
<
variant
>
graphene
::
wallet
::
wallet_api
::
network_get_connected_peers
()
Copied!
Return
List of connected peers.
Previous
Blockchain Inspection
Next
Governance
Last modified
2yr ago
Export as PDF
Copy link
Contents
General Calls
help
gethelp
info
about
network_get_connected_peers