Skip to content

Commit 4cf8005

Browse files
committed
docs: rename Snapshot to Cardano database in the client library WASM documentation and README page for the npm packagea
1 parent af83321 commit 4cf8005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/website/root/manual/develop/nodes/mithril-client-library-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mithril client library WASM can be used by Javascript developers to use the Mith
1010

1111
It is responsible for handling the different types of data certified by Mithril and available through a Mithril aggregator:
1212

13-
- [**Snapshot**](../../../glossary.md#snapshot): list and get
13+
- [**Cardano database**](../../../glossary.md#cardano-database): list and get
1414
- [**Mithril stake distribution**](../../../glossary.md#stake-distribution): list and get
1515
- [**Cardano transaction**](../../../glossary.md#cardano-transaction): list and get snapshots, get proofs
1616
- [**Cardano stake distribution**](../../../glossary.md#stake-distribution): list, get and get by epoch

mithril-client-wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- `mithril-client-wasm` defines all the tooling necessary to manipulate Mithril certified types available from a Mithril aggregator from a WASM compatible browser.
66

77
- The different types of available data certified by Mithril are:
8-
- Snapshot: list and get.
8+
- Cardano database: list and get.
99
- Mithril stake distribution: list and get.
1010
- Cardano transactions: list & get snapshots, get proofs.
1111
- Cardano stake distribution: list, get and get by epoch.

0 commit comments

Comments
 (0)