type RevokeSpendPermissionOptions = Omit<CoreRevokeSpendPermissionOptions, "evmSmartAccount"> & { evmSmartAccount?: EvmAddress; };
optional evmSmartAccount: EvmAddress;
Was this page helpful?