Kip37TokenInfoListResponseItem

Kip37TokenInfoListResponseItem

new Kip37TokenInfoListResponseItem()

Version:
  • 1.0

The Kip37TokenInfoListResponseItem model module.

Members

tokenId :String

Token ID

Type:
  • String

totalSupply :String

Total token supply (in hex.)

Type:
  • String

tokenUri :String

Token URI

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip37TokenInfoListResponseItem instance.

Type
Kip37TokenInfoListResponseItem

Kip37TokenInfoListResponseItem

new Kip37TokenInfoListResponseItem(tokenId, totalSupply, tokenUri)

Constructs a new Kip37TokenInfoListResponseItem.

Parameters:
Name Type Description
tokenId String

Token ID

totalSupply String

Total token supply (in hex.)

tokenUri String

Token URI

Members

tokenId :String

Token ID

Type:
  • String

totalSupply :String

Total token supply (in hex.)

Type:
  • String

tokenUri :String

Token URI

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip37TokenInfoListResponseItem instance.

Type
Kip37TokenInfoListResponseItem