Module commands

Source
Expand description

Functions for Cli commands comprised of library functions.

Functions§

command_files
Gets cost of uploading a list of files.
command_get_cost
Gets cost of uploading a list of files.
command_get_pending_count
Displays pending transaction count every second for one minute.
command_get_status
Gets status from the network for the provided transaction id.
command_get_transaction
Retrieves transaction from the network.
command_list_bundle_statuses
Lists transaction statuses, filtered by statuses and max confirmations if provided.
command_list_statuses
Lists transaction statuses, filtered by statuses and max confirmations if provided.
command_reupload
Re-uploads files from status and max confirmations criteria.
command_reupload_bundles
Re-uploads files from status and max confirmations criteria.
command_status_report
Prints a count of transactions by status.
command_update_bundle_statuses
Updates bundle statuses for provided files in provided directory.
command_update_metadata
Updates NFT metadata files from a manifest file.
command_update_nft_statuses
Updates statuses for uploaded nfts.
command_update_statuses
Updates statuses for provided files in provided directory.
command_upload
Uploads files to Arweave.
command_upload_bundles
Uploads bundles created from provided glob to Arweave.
command_upload_bundles_with_sol
Uploads bundles created from provided glob to Arweave, paying with SOL.
command_upload_manifest
Creates and uploads manifest from directory of bundle statuses.
command_upload_nfts
Uploads folder of nft assets and metadata, updating metadata with links to uploaded assets.
command_upload_with_sol
Uploads files to Arweave, paying with SOL.
command_wallet_balance
Gets balance for provided wallet address.
command_write_metaplex_items
Writes metaplex link items used to create NFTs with candy machine program.
get_manifest_id_from_log_dir
Gets manifest transaction id from first manifest file in a log directory.

Type Aliases§

CommandResult