Kip37TokenInfoListResponse

Kip37TokenInfoListResponse

new Kip37TokenInfoListResponse()

Version:
  • 1.0

The Kip37TokenInfoListResponse model module.

Members

items :Array.<Kip37TokenInfoListResponseItem>

Type:

cursor :String

The pointer for the next request, after which the result will be returned.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {Kip37TokenInfoListResponse}

Constructs a Kip37TokenInfoListResponse from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj Kip37TokenInfoListResponse

Optional instance to populate.

Returns:

The populated Kip37TokenInfoListResponse instance.

Type
Kip37TokenInfoListResponse

Kip37TokenInfoListResponse

new Kip37TokenInfoListResponse(items, cursor)

Constructs a new Kip37TokenInfoListResponse.

Parameters:
Name Type Description
items Array.<Kip37TokenInfoListResponseItem>
cursor String

The pointer for the next request, after which the result will be returned.

Members

items :Array.<Kip37TokenInfoListResponseItem>

Type:

cursor :String

The pointer for the next request, after which the result will be returned.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {Kip37TokenInfoListResponse}

Constructs a Kip37TokenInfoListResponse from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj Kip37TokenInfoListResponse

Optional instance to populate.

Returns:

The populated Kip37TokenInfoListResponse instance.

Type
Kip37TokenInfoListResponse