UNPKG

@bajetech/digitalbits-wallet-sdk

Version:

A library to make it easier to write wallets that interact with the DigitalBits blockchain

4 lines (3 loc) 190 B
import { ServerApi } from "xdb-digitalbits-sdk"; import { BalanceMap } from "../types"; export declare function makeDisplayableBalances(accountDetails: ServerApi.AccountRecord): BalanceMap;