Kip17ContractInfoResponse

Kip17ContractInfoResponse

new Kip17ContractInfoResponse()

Version:
  • 1.0

The Kip17ContractInfoResponse model module.

Members

address :String

The contract address.

Type:
  • String

alias :String

The contract alias.

Type:
  • String

name :String

The token name.

Type:
  • String

symbol :String

The token symbol.

Type:
  • String

options :Kip17FeePayerOptions

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17ContractInfoResponse instance.

Type
Kip17ContractInfoResponse

Kip17ContractInfoResponse

new Kip17ContractInfoResponse(address, alias, name, symbol)

Constructs a new Kip17ContractInfoResponse.

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

symbol :String

The token symbol.

Type:
  • String

options :Kip17FeePayerOptions

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17ContractInfoResponse instance.

Type
Kip17ContractInfoResponse