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.