UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

20 lines (16 loc) 790 B
'use client' 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const iframeContainerId = 'dyn-secure-enclave-container-id'; const iframeElementId = 'dyn-secure-enclave-element-id'; const revealIframeContainerId = 'dyn-secure-enclave-export-container-id'; const revealIframeElementId = 'dyn-secure-enclave-export-element-id'; exports.EmbeddedWalletVersion = void 0; (function (EmbeddedWalletVersion) { EmbeddedWalletVersion["V1"] = "V1"; EmbeddedWalletVersion["V2"] = "V2"; })(exports.EmbeddedWalletVersion || (exports.EmbeddedWalletVersion = {})); exports.iframeContainerId = iframeContainerId; exports.iframeElementId = iframeElementId; exports.revealIframeContainerId = revealIframeContainerId; exports.revealIframeElementId = revealIframeElementId;