From dbf82da9b60a4633797ba56b35f7aaf442945e3b Mon Sep 17 00:00:00 2001 From: Drazen Urch Date: Fri, 3 Sep 2021 07:36:02 +0200 Subject: [PATCH] Delegation docs --- .../src/routes/internal-docs/ApiList.tsx | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/tauri-wallet/src/routes/internal-docs/ApiList.tsx b/tauri-wallet/src/routes/internal-docs/ApiList.tsx index 0dda972472..389711c6d0 100644 --- a/tauri-wallet/src/routes/internal-docs/ApiList.tsx +++ b/tauri-wallet/src/routes/internal-docs/ApiList.tsx @@ -101,6 +101,44 @@ export const ApiList = () => { }} /> + + + + + + + + + + + + ); };