UNPKG

@magiceden/magiceden-sdk

Version:

A TypeScript SDK for interacting with Magic Eden's API across multiple chains.

16 lines (15 loc) 503 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WalletProvider = void 0; /** * WalletProvider is the abstract base class for all wallet providers. * * @abstract * @template TxType - The transaction type * @template SignedTxType - The signed transaction type * @template TxHashType - The transaction hash/signature type * @template TxReceiptType - The transaction receipt/confirmation type */ class WalletProvider { } exports.WalletProvider = WalletProvider;