Serialize and return the node as bytes with the following layout:
The index of dependent transactions that must be executed
before this one. Use the constant NO_CHILD_INDEX
if there are no dependencies.
The number of successful preceding transactions required before this one can
Static
decodeDecode a RLP string into a ScheduledTransaction object.
Static
decodeStatic
fromDecode a RLP array string into a ScheduledTransaction object.
ScheduledTransaction is used to create a transaction that will be executed
Returns
Example