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) 206 B
import { ServerApi } from "xdb-digitalbits-sdk"; import { Account, Trade } from "../types"; export declare function makeDisplayableTrades(subjectAccount: Account, trades: ServerApi.TradeRecord[]): Trade[];