From 56d2474190d949ee8438e9e6d774774f0912104a Mon Sep 17 00:00:00 2001 From: James Chen Date: Thu, 27 May 2021 09:14:34 +0900 Subject: [PATCH] Document send_transaction and RecordedTransaction behavior --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 83319c8..fe69f73 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,10 @@ http://localhost:5000/api See [CKB JSON-RPC doc](https://docs.nervos.org/docs/reference/rpc) for more information. +### The `send_transaction` API method + +If you call CKB's `send_transaction` API method through Tippy API, the transactions will be recorded in Tippy. Go to the `Recorded Transactions` tab to view them. + ### Tippy RPCs #### Method `create_chain`