Schedule Bitcoin transactions by leveraging nLockTime.
- Dead man's switch
- Scheduled payments
- Using different fees for the same transaction, to be executed at different times e.g. try with a low fee immediately, try with a higher a bit later, etc.
- Allowances to a dependent, bound by time
POST /schedule/tx
Body:
{
"rawTx": "Raw tx bytes"
}