new Kip7FeePayerOptionsResponseUserFeePayer()
- Version:
- 1.0
The Kip7FeePayerOptionsResponseUserFeePayer model module.
Members
krn :String
The KRN of the Fee-payer Pool
Type:
- String
address :String
The Klaytn account address of the FeePayer
Type:
- String
Methods
(static) constructFromObject(data, obj) → {Kip7FeePayerOptionsResponseUserFeePayer}
Constructs a Kip7FeePayerOptionsResponseUserFeePayer 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 |
Kip7FeePayerOptionsResponseUserFeePayer | Optional instance to populate. |
Returns:
The populated Kip7FeePayerOptionsResponseUserFeePayer instance.