Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-514-egress-ports.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Most Used Commands
Create a new topic with admin and submit key setFull Command Reference
Topic Create
Topic Create
Create a new Hedera Consensus Service topic with optional memo and keys.
Define the name for this topic.
The memo for a topic.
Admin key(s) of the topic. Pass multiple times for multiple keys. Format:
{accountId}:{privateKey}, private key in {ed25519|ecdsa}:private:{key} format, key reference, or account alias.Submit key(s) of the topic. Pass multiple times for multiple keys. Format:
{accountId}:{privateKey}, public/private key in {ed25519|ecdsa}:public|private:{key} format, key reference, or account alias.Number of admin keys required to sign (M-of-N). Default: all keys must sign. Only applies when multiple
--admin-key values are provided.Number of submit keys required to sign (M-of-N). Default: all keys must sign. Only applies when multiple
--submit-key values are provided.Key manager to use: local or local_encrypted (defaults to config setting)
Topic Import
Topic Import
Topic List
Topic List
List all topics stored in the state.
Topic Submit-Message
Topic Submit-Message
Submit a message to a Hedera Consensus Service topic
The topic ID or topic name.
Submit a message to the topic.
Key(s) to sign the message with. Pass multiple times for threshold topics. Can be
{accountId}:{privateKey} pair, account private key in {ed25519|ecdsa}:private:{private-key} format, key reference, or account alias.Key manager to use: local or local_encrypted (defaults to config setting)
Topic Update
Topic Update
Update a Hedera Consensus Service topic. Requires admin key for most updates. Pass
null to clear memo, submit key, or auto-renew account.Topic ID or alias to update
New memo for the topic. Pass
null to clear.New admin key(s). Pass multiple times for multiple keys. Cannot be cleared, only replaced.
New submit key(s). Pass
null to clear (makes the topic public).Number of admin keys required to sign (M-of-N). Only applies when multiple
--admin-key values are provided.Number of submit keys required to sign (M-of-N). Only applies when multiple
--submit-key values are provided.Key manager to use: local or local_encrypted (defaults to config setting)
Auto-renew account ID or alias. Pass
null to clear.Auto-renew period in seconds (min 2592000 / 30 days, max 8000000 / ~92 days)
Expiration time as ISO datetime string
Topic Delete
Topic Delete
Delete a Hedera topic on the network and remove it from local state, or remove from local state only with
--state-only.Topic name or topic ID
-s, --state-only
Remove only from local CLI state (no TopicDeleteTransaction on Hedera)
Admin credential(s) for signing TopicDeleteTransaction on Hedera. Required for network delete unless
--state-only is used.Key manager when resolving
--admin-key (defaults to config)Topic Find-Message
Topic Find-Message
Find messages in a topic by sequence number or filters
The topic ID or topic name to filter for.
Filter by sequence number greater than.
Filter by sequence number greater than or equal to.
Filter by sequence number less than.
Filter by sequence number less than or equal to.
Filter by sequence number equal to.