Skip to content

Examples

Eleazar Garrido edited this page Oct 4, 2018 · 17 revisions
  • Generates new Keypair.
  • Generates a Keypair from a private key.
  • Generate Account struct.
  • Generate address from a public key.
  • Generate address from a private key.

Types of requests

  • Get AccountInfo for an account.
  • Get AccountsInfo for different accounts.
  • Get confirmed transactions information.
  • Get incoming transactions information.
  • Get outgoing transactions information.
  • Get unconfirmed transactions information.
  • Get aggregate bonded transactions information.
  • Get multisig account information.
  • Get multisig account graph information.
  • Get transaction information of transactionId or transactionHash.
  • Get transaction information for a given set of transactionId or transactionHash.
  • Get transaction status of transactionId or transactionHash.
  • Get an array of transaction statuses for a given set of transactionId or transactionHash.
  • Get mosaic information.
  • Get information for a set of mosaics.
  • Get readable names for a set of mosaics.
  • Get an array of MosaicInfo from mosaics created under provided namespace.
  • Get namespace information.
  • Get namespaces an account owns.
  • Get readable names for a set of namespaces.
  • Get an array of NamespaceInfo for a given set of addresses.
  • Get BlockInfo for a given block height.
  • Get transactions from a block.
  • Get the current height of the chain.
  • Get the current score of the chain.
  • Get the storage information.
  • Get an array of BlockInfo for a given block height and limit.
  • Get the current network type of the chain.