Kip37TokenListResponse

Kip37TokenListResponse

new Kip37TokenListResponse()

Version:
  • 1.0

The Kip37TokenListResponse model module.

Members

items :Array.<Kip37TokenListResponseItem>

Type:

cursor :String

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

Type:
  • String

Methods

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

Constructs a Kip37TokenListResponse 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 Kip37TokenListResponse

Optional instance to populate.

Returns:

The populated Kip37TokenListResponse instance.

Type
Kip37TokenListResponse

Kip37TokenListResponse

new Kip37TokenListResponse(items, cursor)

Constructs a new Kip37TokenListResponse.

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

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

Members

items :Array.<Kip37TokenListResponseItem>

Type:

cursor :String

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

Type:
  • String

Methods

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

Constructs a Kip37TokenListResponse 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 Kip37TokenListResponse

Optional instance to populate.

Returns:

The populated Kip37TokenListResponse instance.

Type
Kip37TokenListResponse