Kip17ContractListResponse

Kip17ContractListResponse

new Kip17ContractListResponse()

Version:
  • 1.0

The Kip17ContractListResponse model module.

Members

cursor :String

Offset for the next batch

Type:
  • String

items :Array.<Kip17ContractListResponseItem>

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17ContractListResponse instance.

Type
Kip17ContractListResponse

Kip17ContractListResponse

new Kip17ContractListResponse(cursor, items)

Constructs a new Kip17ContractListResponse.

Parameters:
Name Type Description
cursor String

Offset for the next batch

items Array.<Kip17ContractListResponseItem>

Members

cursor :String

Offset for the next batch

Type:
  • String

items :Array.<Kip17ContractListResponseItem>

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17ContractListResponse instance.

Type
Kip17ContractListResponse