UNPKG

cardano-wallet-js

Version:

javascript/typescript client for the official cardano-wallet api

8 lines (7 loc) 266 B
import { WalletsAssetsAvailable } from "../models"; export declare class AssetWallet implements WalletsAssetsAvailable { policy_id: string; asset_name: string; quantity: number; constructor(policy_id: string, asset_name: string, quantity: number); }