new Kip7FeePayerOptions()
- Version:
- 1.0
The Kip7FeePayerOptions model module.
Members
enableGlobalFeePayer :Boolean
The boolean value indicating whether KAS Global Fee Delegation is being used. The default value is true.
Type:
- Boolean
userFeePayer :Kip7FeePayerOptionsResponseUserFeePayer
Type:
Methods
(static) constructFromObject(data, obj) → {Kip7FeePayerOptions}
Constructs a Kip7FeePayerOptions 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 |
Kip7FeePayerOptions | Optional instance to populate. |
Returns:
The populated Kip7FeePayerOptions instance.
- Type
- Kip7FeePayerOptions