new Kip17FeePayerOptions()
- Version:
- 1.0
The Kip17FeePayerOptions model module.
Members
enableGlobalFeePayer :Boolean
The boolean value that indicates whether KAS global fee delegation is used. The default value is true.
Type:
- Boolean
userFeePayer :Kip17FeePayerOptionsUserFeePayer
Type:
Methods
(static) constructFromObject(data, obj) → {Kip17FeePayerOptions}
Constructs a Kip17FeePayerOptions 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 |
Kip17FeePayerOptions | Optional instance to populate. |
Returns:
The populated Kip17FeePayerOptions instance.
- Type
- Kip17FeePayerOptions