AddMinterKip7Request

AddMinterKip7Request

new AddMinterKip7Request()

Version:
  • 1.0

The AddMinterKip7Request model module.

Members

sender :String

Klaytn account address that grants authority to mint and burn a token. The default value is the deployer's address'.

Type:
  • String

minter :String

The Klaytn account address to be granted authority to mint and burn tokens.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated AddMinterKip7Request instance.

Type
AddMinterKip7Request

AddMinterKip7Request

new AddMinterKip7Request(minter)

Constructs a new AddMinterKip7Request.

Parameters:
Name Type Description
minter String

The Klaytn account address to be granted authority to mint and burn tokens.

Members

sender :String

Klaytn account address that grants authority to mint and burn a token. The default value is the deployer's address'.

Type:
  • String

minter :String

The Klaytn account address to be granted authority to mint and burn tokens.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated AddMinterKip7Request instance.

Type
AddMinterKip7Request