NEWTON

NEWTON


Popular tags

    Does Account Abstraction (StarkNet) support bundling multiple operations at once?

    Asked

    2 months ago

    45

    views


    1

    This question has a bounty of $0.00 in testnet ETH. Answers to this question are eligible to win that bounty.

    These are testnet contracts. Not real ETH.

    $0.00

    Does AA support bundling multiple operations at once?

    This question is participating in Newton Bounties | Incentivized Test Program Every verified valid question gets $10 USDC (mainnet)

      account abstraction

    Newton

    asked

    2 months ago


    1 answers

    0

    Accepted answer

    This functionality is known as a multicall and it allows you to aggregate multiple contract invocations in one top level call. This allows you to do various things atomically within a single block and cut down on JSON-RPC interactions.

    Most of the AA implementations on StarkNet today come with multicall by default: argent and open-zeppelin.

    By passing in a CallArray to these AA contracts we know to loop over the calls and initiate call_contract for each thereby bundling the multiple operations.

    0x1409...4ac904

    answered

    2 months ago

    Answer is not submitted on chain

    Your answer

    NEWTON

    NEWTON