new FDProcessRLPRequest()
- Version:
- 1.0
The FDProcessRLPRequest model module.
Members
rlp :String
The Klaytn RLP formats SigRLP or TxHashRLP are accepted as RLP values and only (partial) fee delegation transaction type is allowed.
Type:
- String
submit :Boolean
Shows whether to send the transaction to Klaytn
Type:
- Boolean
feeRatio :Number
The ratio of the gas fee to be delegated. When it's empty or 0, the entire fee will be delegated.
Type:
- Number
Methods
(static) constructFromObject(data, obj) → {FDProcessRLPRequest}
Constructs a FDProcessRLPRequest 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 |
FDProcessRLPRequest | Optional instance to populate. |
Returns:
The populated FDProcessRLPRequest instance.
- Type
- FDProcessRLPRequest