Portal Community
Not implemented yet: Everything on this page is planned, not available today. Every operation currently shipped on this node (see Overview) is a free Mirror Node read.

Planned Write Operations

ResourcePlanned Operation
accountcreate, transfer
tokenmint, associate, transfer
topiccreate, submit (publish a message)
utilitysign message

These will follow the exact same partial-class/service pattern as today's reads — same resource/operation config shape, same per-network selection.

Why They're Not Here Yet: the SDK Gap

Signing a Hedera transaction requires an actual Hedera SDK — Mirror Node REST calls, which is all this node uses today, can only read. Two SDK options exist:

How Signing Will Work

The signing credential will be resolved from a vault CRYPTO_WALLET record via the executor's credentials layer (the same ReadCredentialRawPrimaryAsyncCryptoWalletRecord pattern already used by the Ethereum node), plus two additional config fields supplied per write operation:

Field (planned)Description
credentialIdVault reference to the CRYPTO_WALLET record holding the private key.
payerAccountIdThe Hedera account ID that pays the transaction fee and signs it.
keyAlgorithmKey type used by the payer account — ED25519 or ECDSA_SECP256K1.
Want this sooner? Track progress via the BizFirst.Ai team — the SDK spike and wallet-credential wiring are the two blocking pieces of work before write operations can ship.