Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TransferService

Hierarchy

  • TransferService

Index

Methods

Static get

  • get<T>(key: string): T | undefined
  • get(key: string): {} | undefined

Static has

  • has(key: string): boolean

Static makeKey

  • makeKey(base: string, params?: undefined | {}): string

Static remove

  • remove(key: string): void

Static set

  • set(key: string, value: {}): void