forked from celestiaorg/celestia-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: CLI help for PayForBlob (celestiaorg#2991)
Closes celestiaorg#2990 ## Testing ```shell $ ./build/celestia-appd tx blob PayForBlob --help Pay for data blob(s) to be published to Celestia. To publish a single blob, specify the namespaceID and blob via CLI arguments. To publish multiple blobs, use the --input-file flag with the path to a JSON file. The JSON should look like: { "Blobs": [ { "namespaceID": "0x00010203040506070809", "blob": "0x48656c6c6f2c20576f726c6421" }, { "namespaceID": "0x00010203040506070809", "blob": "0x48656c6c6f2c20576f726c6421" } ] } The namespaceID is the user-specifiable portion of a version 0 namespace. The namespaceID must be a hex encoded string of 10 bytes. The blob must be a hex encoded string of non-zero length. Usage: celestia-appd tx blob PayForBlobs [namespaceID blob] [flags] ```
- Loading branch information
Showing
1 changed file
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters