new PauseKip7Request()
- Version:
- 1.0
The PauseKip7Request model module.
Members
pauser :String
The Klaytn account address whose authority to send contracts will be removed. The default value is the deployer's address.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {PauseKip7Request}
Constructs a PauseKip7Request 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 |
PauseKip7Request | Optional instance to populate. |
Returns:
The populated PauseKip7Request instance.
- Type
- PauseKip7Request