UNPKG

@turnkey/wallet-stamper

Version:

Wallet stamper for @turnkey/http

12 lines (10 loc) 290 B
/** * Enum representing the type of wallet the user is stamping with. */ var WalletType; (function (WalletType) { WalletType["Ethereum"] = "ethereum"; WalletType["Solana"] = "solana"; })(WalletType || (WalletType = {})); export { WalletType }; //# sourceMappingURL=types.mjs.map