UNPKG

@turnkey/wallet-stamper

Version:

Wallet stamper for @turnkey/http

12 lines (10 loc) 309 B
'use strict'; /** * Enum representing the type of wallet the user is stamping with. */ exports.WalletType = void 0; (function (WalletType) { WalletType["Ethereum"] = "ethereum"; WalletType["Solana"] = "solana"; })(exports.WalletType || (exports.WalletType = {})); //# sourceMappingURL=types.js.map