AddPauserKip7Request

AddPauserKip7Request

new AddPauserKip7Request()

Version:
  • 1.0

The AddPauserKip7Request model module.

Members

sender :String

Klaytn account address that grants to be granted authority to send and pause a contract. The default value is the deployer's address.

Type:
  • String

pauser :String

The Klaytn account address to be granted authority to send and pause a contract.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated AddPauserKip7Request instance.

Type
AddPauserKip7Request

AddPauserKip7Request

new AddPauserKip7Request(pauser)

Constructs a new AddPauserKip7Request.

Parameters:
Name Type Description
pauser String

The Klaytn account address to be granted authority to send and pause a contract.

Members

sender :String

Klaytn account address that grants to be granted authority to send and pause a contract. The default value is the deployer's address.

Type:
  • String

pauser :String

The Klaytn account address to be granted authority to send and pause a contract.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated AddPauserKip7Request instance.

Type
AddPauserKip7Request