new UnpauseKip7Request()
- Version:
- 1.0
The UnpauseKip7Request model module.
Members
pauser :String
The Klaytn account address whose authority to carry out contract operations - transfer and authorization of tokens, etc. - will be recovered. The default value is the deployer's address.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {UnpauseKip7Request}
Constructs a UnpauseKip7Request 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 |
UnpauseKip7Request | Optional instance to populate. |
Returns:
The populated UnpauseKip7Request instance.
- Type
- UnpauseKip7Request