Kip7ContractListResponseItem

Kip7ContractListResponseItem

new Kip7ContractListResponseItem()

Version:
  • 1.0

The Kip7ContractListResponseItem model module.

Members

address :String

Contract address

Type:
  • String

alias :String

Contract alias

Type:
  • String

decimals :Number

The number of digits that come after the decimal place when displaying token values on-screen. The default value is 0.

Type:
  • Number

name :String

Contract name

Type:
  • String

status :String

Contract deployment status[init,submitted,deployed]

Type:
  • String

symbol :String

Contract symbol

Type:
  • String

totalSupply :String

Total supply (in hex.)

Type:
  • String

options :Kip7FeePayerOptions

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip7ContractListResponseItem instance.

Type
Kip7ContractListResponseItem

Kip7ContractListResponseItem

new Kip7ContractListResponseItem(address, alias, decimals, name, status, symbol, totalSupply)

Constructs a new Kip7ContractListResponseItem.

Parameters:
Name Type Description
address String

Contract address

alias String

Contract alias

decimals Number

The number of digits that come after the decimal place when displaying token values on-screen. The default value is 0.

name String

Contract name

status String

Contract deployment status[init,submitted,deployed]

symbol String

Contract symbol

totalSupply String

Total supply (in hex.)

Members

address :String

Contract address

Type:
  • String

alias :String

Contract alias

Type:
  • String

decimals :Number

The number of digits that come after the decimal place when displaying token values on-screen. The default value is 0.

Type:
  • Number

name :String

Contract name

Type:
  • String

status :String

Contract deployment status[init,submitted,deployed]

Type:
  • String

symbol :String

Contract symbol

Type:
  • String

totalSupply :String

Total supply (in hex.)

Type:
  • String

options :Kip7FeePayerOptions

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip7ContractListResponseItem instance.

Type
Kip7ContractListResponseItem