Usage: cargo pbc transaction [-hv] [--net=] COMMAND Builds, signs and sends transactions. -h, --help Print usage description of the command. --net= The blockchain net to target. "mainnet" Target the mainnet "testnet" Target the Target a custom net (with no browser) , Target a custom net with a custom browser. -v, --verbose Print all available information. Default is to print minimum information. Commands: action Build, sign and send a transaction that calls a specific action with parameters. Uses the contract ABI. deploy Build, sign and send a transaction that deploys a new smart-contract to the blockchain. raw Build, sign and send a transaction with specific rpc bytes. sign Sign a prebuilt unsigned transaction loaded from a binary file. send Send a prebuilt signed transaction loaded from a binary file. show Show information about a transaction and all its spawned sub-events (as JSON). latest Get the latest transactions from the blockchain.