+ Signs an EIP-7702 authorization to delegate this wallet to the gasless + contract. The result can be passed to Activate Delegation below. +
+ + ++ Signed Authorization +
+
+ {JSON.stringify(
+ signAuthResult,
+ (_key, value) =>
+ typeof value === 'bigint' ? value.toString() : value,
+ 2
+ )}
+
+ + Sends a sponsored transaction to activate 7702 delegation. If no + signed authorization is provided, one will be signed automatically. +
+ ++ Transaction Hash +
++ {activateResult.transactionHash} +
++ Create a shared account, bring wallets under it, and add + co-signers — multiple people signing on the same MPC wallets. +
++ Create a shared account to bring wallets under it and add + co-signers from your team. +
+ +
+ {result}
+
+ )}
+