Options
All
  • Public
  • Public/Protected
  • All
Menu

RestrictionAccount http repository.

since

1.0

Hierarchy

  • Http
    • RestrictionAccountHttp

Implements

Index

Constructors

constructor

Properties

Protected Optional Readonly fetchApi

fetchApi: any

Protected Readonly url

url: string

Methods

Protected call

  • call<D, M>(remoteCall: Promise<D>, mapper: (value: D) => M): Observable<M>
  • This method knows how to call, convert and handle exception when doing remote http operations.

    Type parameters

    • D

    • M

    Parameters

    • remoteCall: Promise<D>

      the remote call

    • mapper: (value: D) => M

      the mapper from dto to the model object.

        • (value: D): M
        • Parameters

          • value: D

          Returns M

    Returns Observable<M>

config

  • config(): Configuration

createNetworkTypeObservable

getAccountRestrictions

getAccountRestrictionsMerkle

search

streamer

Static errorHandling

  • errorHandling(error: any): Promise<Error>

Generated using TypeDoc