You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--topic`|`-t`| string |**yes**| — | Topic ID or alias |
72
-
|`--message`|`-m`| string |**yes**| — | Message content to submit |
73
-
|`--signer`|`-s`| string | no | — | Key to sign with (required if topic has submit-key): `accountId:privateKey`, `{ed25519\|ecdsa}:private:{hex}`, key reference, or alias |
74
-
|`--key-manager`|`-k`| string | no | config default | Key manager: `local` or `local_encrypted`|
75
-
|`--batch`|`-B`| string | no | — | Queue into a named batch instead of executing immediately |
69
+
| Option | Short | Type | Required | Default | Description |
|`--topic`|`-t`| string |**yes**| — | Topic ID or alias |
72
+
|`--message`|`-m`| string |**yes**| — | Message content to submit |
73
+
|`--signer`|`-s`| string | no | — | Key to sign with (required if topic has submit-key). For threshold topics (e.g. 2-of-3), pass `--signer` multiple times for each required signer. Formats: `accountId:privateKey`, `{ed25519\|ecdsa}:private:{hex}`, key reference, or alias |
74
+
|`--key-manager`|`-k`| string | no | config default | Key manager: `local` or `local_encrypted`|
75
+
|`--batch`|`-B`| string | no | — | Queue into a named batch instead of executing immediately |
0 commit comments