LogoLogo
  • Basics
    • Introduction
    • Roadmap
    • FAQs
  • Hedera Wallet Snap
    • Snap Architecture
    • Snap Account
    • Snap RPC APIs
      • Basic APIs
        • hello
      • Snap State APIs
        • getCurrentAccount
        • showAccountPrivateKey
      • Account APIs
        • getAccountInfo
        • getAccountBalance
        • stakeHbar
        • unstakeHbar
        • approveAllowance
        • deleteAllowance
        • deleteAccount
      • Transactions APIs
        • transferCrypto
        • getTransactions
      • Hedera Token Service APIs
        • hts/createToken
        • hts/mintToken
        • hts/burnToken
        • hts/pauseToken
        • hts/unpauseToken
        • hts/associateTokens
        • hts/dissociateTokens
        • hts/freezeAccount
        • hts/unfreezeAccount
        • hts/enableKYCFlag
        • hts/disableKYCFlag
        • hts/wipeToken
        • hts/deleteToken
        • hts/updateToken
        • hts/updateTokenFeeSchedule
        • hts/initiateSwap
        • hts/completeSwap
      • Hedera Smart Contract Service APIs
        • hscs/createSmartContract
        • hscs/updateSmartContract
        • hscs/deleteSmartContract
        • hscs/callSmartContractFunction
        • hscs/getSmartContractFunction
        • hscs/getSmartContractBytecode
        • hscs/getSmartContractInfo
      • Hedera Consensus Service APIs
        • hcs/createTopic
        • hcs/updateTopic
        • hcs/submitMessage
        • hcs/getTopicInfo
        • hcs/getTopicMessages
        • hcs/deleteTopic
      • Miscellaneous APIs
        • signMessage
    • Snap Permissions
  • Getting Started
    • Introduction
    • Application Setup
    • Hello World
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Hedera Wallet Snap
  2. Snap RPC APIs

Hedera Consensus Service APIs

hcs/createTopichcs/updateTopichcs/submitMessagehcs/getTopicInfohcs/getTopicMessageshcs/deleteTopic
Previoushscs/getSmartContractInfoNexthcs/createTopic

Was this helpful?