Mimir EVM
  • Product Introduction
    • 💡Mimir-EVM Introduction
    • ✨Mimir Features
  • Concept
    • đŸ’ŗAccounts
    • 🏧Transaction
    • 📍Dapps
    • đŸ›Ąī¸Policy Rules
    • 🧩Modules
  • Guide
    • đŸŸĸCreate Multisig
    • đŸ“ĨImport/Export Multisig
    • đŸ› ī¸Initiate Transactions
    • âš–ī¸Manage Transactions
    • đŸ•šī¸Connect to Dapps
      • 🛜WalletConnect
      • 🧩Apps
  • Advanced
    • đŸ“ĻBatch Transaction
    • 🔐Set Policy Rules
      • 💹Set Easy Expense
      • â™ģī¸Set Recoverer
Powered by GitBook
On this page
  • Function
  • Approve
  • Cancel
  • Execute
  • Information
  • Process
  • Transaction
  1. Guide

Manage Transactions

PreviousInitiate TransactionsNextConnect to Dapps

Last updated 12 months ago

After accessing the Transaction page, users can view the list of pending transactions for the selected account in the Pending section.

All members can view the transaction details and progress, and decide how to handle it.

Function

Approve

If you are a multisig member and the required number of approvals for a multisig transaction has not yet been reached, and you believe a transaction should be executed, you can select the transaction and click Approve or ✅ to approve it.

This action only requires collecting your signature and does not send the transaction.

Cancel

If you are a multisig member and do not want a transaction to be executed, you can click Cancel or ❌ to cancel the transaction. Canceling the transaction will initiate a blank transaction that shares the same nonce as the original transaction. If the blank transaction (i.e., the cancel transaction) is executed first, the original transaction will automatically be voided and will not be executed.

Canceling a transaction also requires approval and execution by others to take effect.

Execute

If a transaction has obtained the required number of signatures and its nonce is in the Next Execute position, anyone (not just multisig members) can perform the Execute operation to send the transaction on-chain.

Transactions in the Queuing cannot be executed until their nonce comes up.

Information

Process

The 'Process' section shows the current progress of the transaction, displaying the approval status of multisig members.

If this transaction involves nested multisig accounts, users can click on "overview" to view the details.

Transaction

It includes the specific details of the transaction, the method called, and its parameters.

âš–ī¸