new ProcessRLPRequest()
- Version:
- 1.0
The ProcessRLPRequest model module.
Members
rlp :String
The Klaytn RLP formats SigRLP or TxHashRLP are accepted as RLP values and only legacy and basic transactions are allowed.
Type:
- String
submit :Boolean
Shows whether to send the transaction to Klaytn
Type:
- Boolean
from :String
From Klaytn account address. This field is required only when sending legacy transaction
Type:
- String
Methods
(static) constructFromObject(data, obj) → {ProcessRLPRequest}
Constructs a ProcessRLPRequest 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 |
ProcessRLPRequest | Optional instance to populate. |
Returns:
The populated ProcessRLPRequest instance.
- Type
- ProcessRLPRequest