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