-
Notifications
You must be signed in to change notification settings - Fork 6
Menu Examples
Alexander Popov edited this page Sep 2, 2019
·
4 revisions
- Generates new Keypair.
- Create an Address from a given public key
- Create an Account from a given private key
- Get AccountInfo for an account.
- Get AccountInfos for multiple accounts.
- Get confirmed transactions information.
- Get incoming transactions information.
- Get outgoing transactions information.
- Get unconfirmed transactions information.
- Get multisig account information.
- Get transaction information by transaction id or hash
- Get transaction informations for a given array of transaction ids or hashes
- Get transaction status for transaction hash or id
- Get transaction statuses for a given array of transaction hashes or ids
- Get mosaic information.
- Get mosaic information for array of mosaics
- Get namespace information.
- Get namespaces an account owns.
- Get readable names for a set of namespaces.
- Get namespace infos for a given array of addresses
- Get the current height of the chain.
- Get BlockInfo for a given block height.
- Get an array of BlockInfo for a given block height and limit.
- Get transactions from a block.
- Get the current score of the chain.
- Get the storage information.
- Get the current network type of the chain.
- Get Metadata info for Address
- Get Metadata info for Mosaic
- Get Metadata info for Namespace
- Get Account Properties
- Announce a transfer transaction
- Announce a root namespace
- Announce a sub namespace
- Announce a mosaic definition transaction
- Announce a mosaic supply change transaction
- Announce a modify multisig account transaction
- Announce a aggregate complete transaction
- Announce a aggregate bonded transaction
- Announce a modify address account properties transaction
- Announce a modify mosaic account properties transaction
- Announce a modify entity account properties transaction
- Announce a modify account metadata transaction
- Announce a modify mosaic metadata transaction
- Announce a modify namespace metadata transaction
- Subscribe a block
- Subscribe a confirmedAdded
- Subscribe a unconfirmedAdded
- Subscribe a unconfirmedRemoved
- Subscribe a partialAdded
- Subscribe a partialRemoved
- Subscribe a cosignature
- Subscribe a status
- Home
- Installation
-
Examples
- Basic functions
- Get Accounts info
- Get Transactions info
- Get Mosaic info
- Get Mosaic Levy info
- Get Namespace info
- Get BlockChain info
- Get Network info
- Get Metadata info
- Get Nem Metadata info
- Get Account Properties info
- Get Exchange info
- Get SDA-SDA Exchange info
- Get Secret lock info
- Get Storage info
- Announces a transaction
- Websocket