UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

16 lines (15 loc) 386 B
import { BigNumber } from 'bignumber.js'; export declare class Deposit { DepositId: string; UserId: string; Status: string | 'tx_confirmed'; Confirmations: number; RequiredConfirmations: number; CreatedAt: Date; CompletedAt: Date; FromAddress: string; Txhash: string; Currency: string; Amount: BigNumber; Fee: BigNumber; }