DeployKip17ContractRequest

DeployKip17ContractRequest

new DeployKip17ContractRequest()

Version:
  • 1.0

The DeployKip17ContractRequest model module.

Members

alias :String

The alias of the contract. When using KIP-17 API, you can use the contract alias in place of the address. The alias must only consist of lowercase letters, numbers and hyphens, and the first letter is restricted to a lowercase letter.

Type:
  • String

symbol :String

The contract symbol. It usually consists of 3-4 uppercase letters.

Type:
  • String

name :String

The contract name. It can contain lowercase and uppercase letters, numbers and hyphens.

Type:
  • String

options :Kip17FeePayerOptions

Type:

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

The alias of the contract. When using KIP-17 API, you can use the contract alias in place of the address. The alias must only consist of lowercase letters, numbers and hyphens, and the first letter is restricted to a lowercase letter.

symbol String

The contract symbol. It usually consists of 3-4 uppercase letters.

name String

The contract name. It can contain lowercase and uppercase letters, numbers and hyphens.

Members

alias :String

The alias of the contract. When using KIP-17 API, you can use the contract alias in place of the address. The alias must only consist of lowercase letters, numbers and hyphens, and the first letter is restricted to a lowercase letter.

Type:
  • String

symbol :String

The contract symbol. It usually consists of 3-4 uppercase letters.

Type:
  • String

name :String

The contract name. It can contain lowercase and uppercase letters, numbers and hyphens.

Type:
  • String

options :Kip17FeePayerOptions

Type:

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