Kip37TokenListResponseItem

Kip37TokenListResponseItem

new Kip37TokenListResponseItem()

Version:
  • 1.0

The Kip37TokenListResponseItem model module.

Members

tokenId :String

Token ID

Type:
  • String

owner :String

Klaytn account address of the token owner

Type:
  • String

tokenAddress :String

Contract address

Type:
  • String

totalSupply :String

Total token supply (in hex.)

Type:
  • String

tokenUri :String

Token URI

Type:
  • String

replacedTokenUri :String

Changed token URI. The token ID is used as the URI path.

Type:
  • String

balance :String

Balance (in hex.)

Type:
  • String

transactionHash :String

Latest transaction hash (32-byte)

Type:
  • String

transferFrom :String

The Klaytn account address of the sender of the lastest TransferSingle or TransferBatch

Type:
  • String

transferTo :String

The Klaytn account address of the receiver of the lastest TransferSingle or TransferBatch

Type:
  • String

updatedAt :String

Timestamp of the latest change in token data

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip37TokenListResponseItem instance.

Type
Kip37TokenListResponseItem

Kip37TokenListResponseItem

new Kip37TokenListResponseItem(tokenId, owner, tokenAddress, totalSupply, tokenUri, replacedTokenUri, balance, transactionHash, transferFrom, transferTo, updatedAt)

Constructs a new Kip37TokenListResponseItem.

Parameters:
Name Type Description
tokenId String

Token ID

owner String

Klaytn account address of the token owner

tokenAddress String

Contract address

totalSupply String

Total token supply (in hex.)

tokenUri String

Token URI

replacedTokenUri String

Changed token URI. The token ID is used as the URI path.

balance String

Balance (in hex.)

transactionHash String

Latest transaction hash (32-byte)

transferFrom String

The Klaytn account address of the sender of the lastest TransferSingle or TransferBatch

transferTo String

The Klaytn account address of the receiver of the lastest TransferSingle or TransferBatch

updatedAt String

Timestamp of the latest change in token data

Members

tokenId :String

Token ID

Type:
  • String

owner :String

Klaytn account address of the token owner

Type:
  • String

tokenAddress :String

Contract address

Type:
  • String

totalSupply :String

Total token supply (in hex.)

Type:
  • String

tokenUri :String

Token URI

Type:
  • String

replacedTokenUri :String

Changed token URI. The token ID is used as the URI path.

Type:
  • String

balance :String

Balance (in hex.)

Type:
  • String

transactionHash :String

Latest transaction hash (32-byte)

Type:
  • String

transferFrom :String

The Klaytn account address of the sender of the lastest TransferSingle or TransferBatch

Type:
  • String

transferTo :String

The Klaytn account address of the receiver of the lastest TransferSingle or TransferBatch

Type:
  • String

updatedAt :String

Timestamp of the latest change in token data

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip37TokenListResponseItem instance.

Type
Kip37TokenListResponseItem