Kip17TokenListResponse

Kip17TokenListResponse

new Kip17TokenListResponse()

Version:
  • 1.0

The Kip17TokenListResponse model module.

Members

cursor :String

Offset for the next batch

Type:
  • String

items :Array.<Kip17TokenListResponseItem>

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17TokenListResponse instance.

Type
Kip17TokenListResponse

Kip17TokenListResponse

new Kip17TokenListResponse(cursor, items)

Constructs a new Kip17TokenListResponse.

Parameters:
Name Type Description
cursor String

Offset for the next batch

items Array.<Kip17TokenListResponseItem>

Members

cursor :String

Offset for the next batch

Type:
  • String

items :Array.<Kip17TokenListResponseItem>

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17TokenListResponse instance.

Type
Kip17TokenListResponse