Skip to content

Menu Examples

wirfeon edited this page Mar 12, 2021 · 7 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 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 information for mosaic linked to namespace
  • 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 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 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
  • Subscribe a block
  • Subscribe a confirmedAdded
  • Subscribe a partialAdded
  • Subscribe a status
Clone this wiki locally