Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SearchTxModalPage

Index

Constructors

constructor

Properties

Private HISTORY_SHOW_LIMIT

HISTORY_SHOW_LIMIT: number

addressbook

addressbook: any

completeTxHistory

completeTxHistory: any

Private currentTxHistoryPage

currentTxHistoryPage: number

filteredTxHistory

filteredTxHistory: any

isCordova

isCordova: boolean

Private navParams

navParams: NavParams

Private platformProvider

platformProvider: PlatformProvider

search

search: string

Private throttleSearch

throttleSearch: (Anonymous function) & Cancelable = _.throttle((search: string) => {this.txHistorySearchResults = this.filter(search).slice(0,this.HISTORY_SHOW_LIMIT);}, 1000)

Private timeProvider

timeProvider: TimeProvider

txHistorySearchResults

txHistorySearchResults: any

txHistoryShowMore

txHistoryShowMore: boolean

Private viewCtrl

viewCtrl: ViewController

wallet

wallet: any

Methods

close

  • close(txid: string): void

Private computeSearchableDate

  • computeSearchableDate(date: Date): string

Private computeSearchableString

  • computeSearchableString(tx: any): string

createdWithinPastDay

  • createdWithinPastDay(time: any): boolean

Private filter

  • filter(search: string): any

moreSearchResults

  • moreSearchResults(loading: any): void

showHistory

  • showHistory(): void

trackByFn

  • trackByFn(index: number): number

updateSearchInput

  • updateSearchInput(search: string): void