-
Notifications
You must be signed in to change notification settings - Fork 2
Menu Examples
Eleazar Garrido edited this page Jun 13, 2019
·
2 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 contract transaction
- Announce a modify account metadata transaction
- Announce a modify mosaic metadata transaction
- Announce a modify namespace metadata transaction