Kip37ContractListResponse

Kip37ContractListResponse

new Kip37ContractListResponse()

Version:
  • 1.0

The Kip37ContractListResponse model module.

Members

items :Array.<Kip37Contract>

Type:

cursor :String

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

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip37ContractListResponse instance.

Type
Kip37ContractListResponse

Kip37ContractListResponse

new Kip37ContractListResponse(items, cursor)

Constructs a new Kip37ContractListResponse.

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

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

Members

items :Array.<Kip37Contract>

Type:

cursor :String

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

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip37ContractListResponse instance.

Type
Kip37ContractListResponse