From 751301f41eae120b70bc30a7695be2e46c0bd0cb Mon Sep 17 00:00:00 2001 From: eric-volz Date: Sat, 5 Aug 2023 01:10:44 +0200 Subject: [PATCH] add account to docs --- docs/source/sdk/hdwallet/account.rst | 10 ++++++++++ docs/source/sdk/hdwallet/index.rst | 1 + 2 files changed, 11 insertions(+) create mode 100644 docs/source/sdk/hdwallet/account.rst diff --git a/docs/source/sdk/hdwallet/account.rst b/docs/source/sdk/hdwallet/account.rst new file mode 100644 index 00000000..656a8130 --- /dev/null +++ b/docs/source/sdk/hdwallet/account.rst @@ -0,0 +1,10 @@ +.. _HDWallet Account: + +.. automodule:: defichain + :noindex: + +Account +======= + +.. autoclass:: Account + :members: \ No newline at end of file diff --git a/docs/source/sdk/hdwallet/index.rst b/docs/source/sdk/hdwallet/index.rst index 7d4d65be..7f6ee2a4 100644 --- a/docs/source/sdk/hdwallet/index.rst +++ b/docs/source/sdk/hdwallet/index.rst @@ -42,6 +42,7 @@ Wallet Components :maxdepth: 1 wallet + account utils .. toctree::