Kip7ContractListResponse

Kip7ContractListResponse

new Kip7ContractListResponse()

Version:
  • 1.0

The Kip7ContractListResponse model module.

Members

items :Array.<Kip7ContractListResponseItem>

Type:

cursor :String

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

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip7ContractListResponse instance.

Type
Kip7ContractListResponse

Kip7ContractListResponse

new Kip7ContractListResponse(items, cursor)

Constructs a new Kip7ContractListResponse.

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

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

Members

items :Array.<Kip7ContractListResponseItem>

Type:

cursor :String

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

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip7ContractListResponse instance.

Type
Kip7ContractListResponse