The transaction-list-pending
command in Mintlayer is a helpful tool for listing all pending transactions in the wallet that have not yet been confirmed by the network. This command is particularly useful for identifying transactions that are eligible to be abandoned or replaced.
transaction-list-pending
-h, --help
: Displays help information about the transaction-list-pending
command.Listing Pending Transactions:
To view a list of all pending transactions in your wallet, execute:
transaction-list-pending
The output will list each pending transaction along with its details. For example:
[
WithId {
id: Id<Transaction>{0xc6aebb7caaa20a4962cacf511526c69d145dcdd7126e30dc903fec6d8e53bab4},
object: V1(
TransactionV1 {
...
inputs: [...],
outputs: [...],
},
),
},
]
Each entry in the list provides the transaction ID and details such as inputs, outputs, and amounts involved.