backoffice API and interfaces #134
Labels
L
Large amount of work
need product
Needs product input
question
Further information is requested
WIP
Work in Progress
Supported APIs extracted and filtered from Watcher Info
As you can notice
transaction.create
andtransaction.submit_typed
were removed. "/transaction.submit_typed" can be moved to Watcher Security.There are no Watcher Security APIs in backoffiice (intentional, we want to push the network to use run their Watcher!). There are also no write APIs.
Backoffice can support an additional "get mempool transaction".
"/account.get_in_flight_transactions" (filtered by account) as we cannot reliably return a ful future block of transactions (64000 transactions in a JSON would be huge). Mempool transactions come directly from the Childchain2 via MQ (RabbitMQ). Backoffice is also responsible for forming blocks.
The text was updated successfully, but these errors were encountered: