-
Notifications
You must be signed in to change notification settings - Fork 31
standalone multisig utxos Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Lists all the UTXOs owned by multisig addresses watched by this account.
standalone-multisig-utxos [UTXO_TYPE] [WITH_LOCKED] [UTXO_STATES]...
-
[UTXO_TYPE]: The type of UTXOs to list.- Default:
all - Possible values:
all,transfer,lock-then-transfer,create-stake-pool,produce-block-from-stake
- Default:
-
[WITH_LOCKED]: Whether to include locked outputs.- Default:
unlocked - Possible values:
any,unlocked,locked
- Default:
-
[UTXO_STATES]...: The state of the UTXOs to include. Multiple values can be specified.- Default:
confirmed - Possible values:
confirmed,conflicted,in-mempool,inactive,abandoned
- Default:
# List all confirmed, spendable multisig UTXOs (default)
standalone-multisig-utxos
# Include locked outputs
standalone-multisig-utxos all any
# Include unconfirmed UTXOs
standalone-multisig-utxos all unlocked in-mempool
-
standalone-add-multisig: Add a multisig address. -
account-utxos: List UTXOs for regular account addresses.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG