GetOwnerKip17TokensResponse

GetOwnerKip17TokensResponse

new GetOwnerKip17TokensResponse()

Version:
  • 1.0

The GetOwnerKip17TokensResponse model module.

Members

cursor :String

Offset for the next batch

Type:
  • String

items :Array.<GetOwnerKip17TokensResponseItem>

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated GetOwnerKip17TokensResponse instance.

Type
GetOwnerKip17TokensResponse

GetOwnerKip17TokensResponse

new GetOwnerKip17TokensResponse(cursor, items)

Constructs a new GetOwnerKip17TokensResponse.

Parameters:
Name Type Description
cursor String

Offset for the next batch

items Array.<GetOwnerKip17TokensResponseItem>

Members

cursor :String

Offset for the next batch

Type:
  • String

items :Array.<GetOwnerKip17TokensResponseItem>

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated GetOwnerKip17TokensResponse instance.

Type
GetOwnerKip17TokensResponse