JS API Reference

Class: RequestorApi

utils/yagna/identity.RequestorApi

Hierarchy

  • BaseAPI

    RequestorApi

Implements

  • IdentityRequestorApi

Table of contents

Constructors

Methods

Constructors

constructor

new RequestorApi(configuration?, basePath?, axios?): RequestorApi

Parameters

NameType
configuration?Configuration
basePath?string
axios?AxiosInstance

Returns

RequestorApi

Inherited from

BaseAPI.constructor

Defined in

node_modules/ya-ts-client/dist/ya-net/base.d.ts:43

Methods

getIdentity

getIdentity(): Promise<IdentityModel>

Returns

Promise<IdentityModel>

Implementation of

IdentityRequestorApi.getIdentity

Defined in

src/utils/yagna/identity.ts:17