new ProcessRLPRequest()
- Version:
- 1.0
The ProcessRLPRequest model module.
Members
rlp :String
The RLP value is used to receive a Klaytn RLP format (SigRLP or TxHashRLP). This scheme just allow legacy and basic transaction type.
Type:
- String
submit :Boolean
Whether to send the transaction to Klaytn
Type:
- Boolean
from :String
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