Mimir
  • Product Introduction
    • πŸ’‘Mimir Introduction
    • πŸ’°Multisig Introduction
    • Proxy Introduction
  • πŸͺ’Omni UX
    • πŸ”™Switch to Solo mode
    • πŸ’¬Address Format And Identity
  • Basic
    • πŸ’³Accounts
      • Advanced - Nested Multisig
      • Advanced - Time Delayed Proxy
    • πŸ“Dapps
    • 🏧Transaction
  • Advanced
    • πŸ‘€Watchlist
    • πŸ’ΌBatch
    • πŸ—£οΈProposer
    • Call Template
    • πŸ›οΈMulti-Sig Governance in Polkadot
    • πŸ’ΉParticipate Polkadot Native Staking
  • πŸ“ΆCustomize RPC
  • Step by step
    • 🟒Create Multisig
      • Create Nested Multisig
    • 🟒Create Proxy
      • Create Pure Proxy
    • πŸ“₯Import Multisig
    • πŸ› οΈInitiate Transactions
    • βš–οΈManage Transactions
      • ⏳Manage Delayed Proxy Transactions
  • Safety
    • πŸ”Call Data Verification
    • πŸš›Transaction Simulation
  • πŸ› οΈDeveloper
    • Batch API
    • πŸ–₯️Mimir SDK
      • PolkadotJS App
      • Polkadot API(PAPI)
      • ReactiveDOT/DOTConnect
  • FAQs
    • ❓FAQs
Powered by GitBook
On this page
  1. Safety

Call Data Verification

PreviousManage Delayed Proxy TransactionsNextTransaction Simulation

Last updated 2 months ago

Polkadot & parachains use Polkadot-SDK, ensuring all transactions have on-chain metadataβ€”no unreadable 0xbytes. If you don’t fully trust calldata during execution, Mimir also provides additional verification tools to help you ensure transaction security.

Click View Detail next to Call Data to open a detailed view displaying the full Call Data JSON file.

You can compare all parameters, method names, and other details to ensure they match the expected transaction. If anything is incorrect or unexpected, DO NOT approve the transaction.

πŸ”