UNPKG

@koralabs/cardano-wallets

Version:

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

7 lines (6 loc) 300 B
export { WalletKey } from './enums/WalletKey'; export { Wallet } from './interfaces/Wallet'; export { BuildTransactionInput } from './interfaces/BuildTransactionInput'; export { Utxo, Asset } from './interfaces/Utxo'; import { CardanoWallets } from './CardanoWallets'; export default CardanoWallets;