Multisig account operations
Options:
-h, --help display help for command
Commands:
create [options] Create a new multisig account
update [options] Update multisig owners and optionally the number of required signatures
show [options] Show multisig summary
help [command] display help for command
Create a new multisig account
Options:
-o, --additional-owners <addresses> Comma-separated list of additional owner addresses
-n, --num-signatures-required <number> Number of signatures required for execution
-p, --profile <string> Profile to use for the transaction
-h, --help display help for command
Update multisig owners and optionally the number of required signatures
Options:
-m, --multisig-address <address> multisig account address
-a, --owners-add <addresses> Comma-separated list of owner addresses to add
-r, --owners-remove <addresses> Comma-separated list of owner addresses to remove
-n, --num-signatures-required <number> New number of signatures required for execution
-p, --profile <string> Profile to use for the transaction
-h, --help display help for command
Show multisig summary
Options:
-m, --multisig-address <address> multisig account address
--network <network> network to use (choices: "devnet", "testnet", "mainnet", "custom")
--fullnode <url> Fullnode URL for custom network
-h, --help display help for command
Propose a new transaction for a multisig
Options:
-m, --multisig-address <address> multisig account address
--ignore-simulate <boolean> ignore tx simulation (default: false)
-p, --profile <string> Profile to use for the transaction
-h, --help display help for command
Commands:
raw [options] Propose a raw transaction from a payload file
predefined Propose a predefined transaction type
help [command] display help for command
Propose a raw transaction from a payload file
Options:
-f, --txn-payload-file <file> Path to the transaction payload file
-h, --help display help for command
Propose a predefined transaction type
Options:
-h, --help display help for command
Commands:
transfer-assets [options] Transfer assets to an address
help [command] display help for command
Transfer assets to an address
Options:
--asset <type> Either coin type of fungible asset address
--recipient <address> Recipient address
--amount <number> Amount to transfer
-h, --help display help for command
Vote on a pending transaction
Options:
-m, --multisig-address <address> multisig account address
-s, --sequence-number <number> sequence number of transaction to vote on
-a, --approve <boolean> true to approve, false to reject
-p, --profile <string> profile name of voter
-h, --help display help for command
Execute a multisig transaction
Options:
-m, --multisig-address <address> multisig account address
-p, --profile <string> Profile to use for the transaction
-h, --help display help for command
List proposals for a multisig
Options:
-m, --multisig-address <address> multisig account address
--network <network> network to use (choices: "devnet", "testnet", "mainnet", "custom")
--fullnode <url> Fullnode URL for custom network
-f, --filter <status> filter proposals by status (default: "pending")
-s, --sequence-number <number> fetch transaction with specific sequence number
-p, --profile <string> Profile to use for the transaction
-l, --limit <number> number of transactions to fetch (default: 20)
-h, --help display help for command
Simulate multisig transaction
Options:
-m, --multisig-address <address> multisig account address
--network <network> network to use (choices: "devnet", "testnet", "mainnet", "custom")
--fullnode <url> Fullnode URL for custom network
-s, --sequence-number <number> fetch transaction with specific sequence number
-h, --help display help for command
Decode multisig transaction bytes (experimental)
Options:
-b, --bytes <bytes> transaction bytes to decode (hex string starting with 0x)
--network <network> network to use (choices: "devnet", "testnet", "mainnet", "custom")
--fullnode <url> Fullnode URL for custom network
-h, --help display help for command
Encode entry function payload (experimental)
Options:
-f, --txn-payload-file <txn-payload-file> transaction payload file to encode
--network <network> network to use (choices: "devnet", "testnet", "mainnet", "custom")
--fullnode <url> Fullnode URL for custom network
-h, --help display help for command
Manage the local address book (experimental)
Options:
-h, --help display help for command
Commands:
add [options] Add a new alias and address to the local address book
list List all saved aliases and addresses
remove [options] Remove an alias from the local address book
help [command] display help for command
Add a new alias and address to the local address book
Options:
--alias <alias> Alias for the address
--address <address> Hexadecimal address (e.g., 0xabc)
-h, --help display help for command
List all saved aliases and addresses
Options:
-h, --help display help for command
Remove an alias from the local address book
Options:
--alias <alias> Alias to remove
-h, --help display help for command
Multisig default values
Options:
-h, --help display help for command
Commands:
list List default multisig values
set [options] Set default multisig values
remove Remove default multisig value
help [command] display help for command
List default multisig values
Options:
-h, --help display help for command
Set default multisig values
Options:
-m, --multisig <address> Multisig address
-n, --network <network> network to use (choices: "devnet", "testnet", "mainnet", "custom")
-p, --profile <string> Profile to use for transactions
-h, --help display help for command
Remove default multisig value
Options:
-h, --help display help for command