Hyperledger Iroha
latest

Table of contents

  • 1. Overview of Iroha
  • 2. Getting Started
  • 3. Use Case Scenarios
  • 4. Core concepts
  • 5. Guides and how-tos
  • 6. Iroha API reference
    • 6.1. Commands
    • 6.2. Queries
  • 7. Maintenance
  • 8. Contribution
Hyperledger Iroha
  • Docs »
  • 6. Iroha API reference
  • Edit on GitHub

6. Iroha API reference¶

In API section we will take a look at building blocks of an application interacting with Iroha. We will overview commands and queries that the system has, and the set of client libraries encompassing transport and application layer logic.

Table of contents

  • 6.1. Commands
    • 6.1.1. Add asset quantity
    • 6.1.2. Add peer
    • 6.1.3. Add signatory
    • 6.1.4. Append role
    • 6.1.5. Create account
    • 6.1.6. Create asset
    • 6.1.7. Create domain
    • 6.1.8. Create role
    • 6.1.9. Detach role
    • 6.1.10. Grant permission
    • 6.1.11. Remove signatory
    • 6.1.12. Revoke permission
    • 6.1.13. Set account detail
    • 6.1.14. Set account quorum
    • 6.1.15. Subtract asset quantity
    • 6.1.16. Transfer asset
  • 6.2. Queries
    • 6.2.1. Validation
    • 6.2.2. Get Account
    • 6.2.3. Get Block
    • 6.2.4. Get Signatories
    • 6.2.5. Get Transactions
    • 6.2.6. Get Pending Transactions
    • 6.2.7. Get Account Transactions
    • 6.2.8. Get Account Asset Transactions
    • 6.2.9. Get Account Assets
    • 6.2.10. Get Account Detail
    • 6.2.11. Get Asset Info
    • 6.2.12. Get Roles
    • 6.2.13. Get Role Permissions
    • 6.2.14. FetchCommits
Next Previous

© Copyright Soramitsu Co., Ltd. Revision 4b440b6d.

Built with Sphinx using a theme provided by Read the Docs.