UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

13 lines (12 loc) 284 B
import { BigNumber } from 'bignumber.js'; export declare class Ledger { Action: string; Type: string; TradeId: string; DepositId: string; WithdrawalId: string; Currency: string; Amount: BigNumber; Balance: BigNumber; Timestamp: Date; }