new FDUserProcessRLPRequest()
- Version:
- 1.0
The FDUserProcessRLPRequest 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
feePayer :String
Account address for user Fee Delegation
Type:
- String
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) → {FDUserProcessRLPRequest}
Constructs a FDUserProcessRLPRequest 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 |
FDUserProcessRLPRequest | Optional instance to populate. |
Returns:
The populated FDUserProcessRLPRequest instance.