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. API
  • 2. Restore Transactions
  1. Developer

Batch API

PreviousTransaction SimulationNextMimir SDK

Last updated 2 months ago

If you frequently need to assemble and send transactions and have some development experience, Mimir allows you to use the API to construct transactions. You can then restore the assembled transactions into a Batch on the Mimir platform and proceed with execution from there.

1. API

Who can use?

All members and all proposers! If you want to reduce the risk of a Member's private key being compromised, you can use a new account as a Proposer to utilize the Batch API functionality.

2. Restore Transactions

After submitting the transaction via API, log into the multisig account on Mimir and locate the Batch button.

After clicking it, you will find the Restore button.

Uploaded transactions can be found.

You can restore these transactions.

But you should notice, all these transactions will be delete after been submitted on chain.

You can found all these transactions in Batch. You can submit all of them together.

🛠️
https://hackmd.io/mVU890iUT0iktpGqeBc_7w?view
🗣️Proposer