This allows to opt into RBF over the RPCs createrawtransaction (wallet-less) and fundrawtransaction (requires wallet).
API changes:
<pre>createrawtransaction [{\"txid\":\"id\",\"vout\":n, <strong>\"sequence\":<num></strong>},...] {\"address\":amount,\"data\":\"hex\",...} ( locktime ) <strong>( opt into Replace-By-Fee )[bool]</strong></pre>
<pre>fundrawtransaction \"hexstring\" ( includeWatching ) <strong>( opt into Replace-By-Fee )[bool]</strong></pre>
Bitcoin-Tx
<pre>in=TXID:VOUT<strong>(:SEQUENCE_NUMBER)</strong></pre>
<pre><strong>rbfoptin(=N)</strong> Set RBF opt-in sequence number for input N (if not provided, opt-in all available inputs</pre>