DeployKip17ContractRequest

DeployKip17ContractRequest

new DeployKip17ContractRequest()

Version:
  • 1.0

The DeployKip17ContractRequest model module.

Members

alias :String

Contract alias; KIP-17 APIs can be called with aliases instead of contract addresses

Type:
  • String

symbol :String

Token symbol

Type:
  • String

name :String

Contract name

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated DeployKip17ContractRequest instance.

Type
DeployKip17ContractRequest

DeployKip17ContractRequest

new DeployKip17ContractRequest(alias, symbol, name)

Constructs a new DeployKip17ContractRequest.

Parameters:
Name Type Description
alias String

Contract alias; KIP-17 APIs can be called with aliases instead of contract addresses

symbol String

Token symbol

name String

Contract name

Members

alias :String

Contract alias; KIP-17 APIs can be called with aliases instead of contract addresses

Type:
  • String

symbol :String

Token symbol

Type:
  • String

name :String

Contract name

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated DeployKip17ContractRequest instance.

Type
DeployKip17ContractRequest