atomic: "supported"
-> The wallet guarantees atomic and contiguous execution.atomic: "ready"
-> The wallet may support atomic execution pending user action.atomic: "unsupported"
-> The wallet does not guarantee atomic execution.atomicRequired
should be set to true only if the dApp requires atomic execution and the wallet has advertised support.batchId
field, returned from the wallet_sendCalls
will be used to identify the batch call.
atomic
field specifies how the wallet handled the batch of calls, which affects the structure of the receipts
field.
atomic
is true, the batch was executed atomically by a wallet
atomic
is false, the batch was executed non-atomically by a wallet