Kip17ContractListResponseItem

Kip17ContractListResponseItem

new Kip17ContractListResponseItem()

Version:
  • 1.0

The Kip17ContractListResponseItem model module.

Members

address :String

The contract address.

Type:
  • String

alias :String

The contract alias.

Type:
  • String

name :String

The token name.

Type:
  • String

options :Kip17FeePayerOptions

Type:

symbol :String

The token symbol.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17ContractListResponseItem instance.

Type
Kip17ContractListResponseItem

Kip17ContractListResponseItem

new Kip17ContractListResponseItem(address, alias, name, symbol)

Constructs a new Kip17ContractListResponseItem.

Parameters:
Name Type Description
address String

The contract address.

alias String

The contract alias.

name String

The token name.

symbol String

The token symbol.

Members

address :String

The contract address.

Type:
  • String

alias :String

The contract alias.

Type:
  • String

name :String

The token name.

Type:
  • String

options :Kip17FeePayerOptions

Type:

symbol :String

The token symbol.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17ContractListResponseItem instance.

Type
Kip17ContractListResponseItem