UNPKG

@koralabs/cardano-wallets

Version:

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

12 lines (11 loc) 197 B
export interface Asset { policyId: string; name: string; hex: string; } export interface Utxo { txId: string; txIndx: number; lovelaceAmount: string; assets: Asset[]; }