UNPKG

@koralabs/cardano-wallets

Version:

Library for connecting cardano wallets in the browser using CIP-30

9 lines (8 loc) 276 B
import { WalletKey } from './enums/WalletName'; import { Wallet } from './interfaces/Wallet'; import { Utxo } from './interfaces/Utxo'; import { CardanoWallets } from './CardanoWallets'; export { WalletKey }; export { Wallet }; export { Utxo }; export default CardanoWallets;