mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Clarify OrbitDBAddress docs
This commit is contained in:
parent
b49cea5f33
commit
42efd1ae3d
@ -59,8 +59,8 @@ const parseAddress = (address) => {
|
||||
|
||||
/**
|
||||
* @typedef {Object} OrbitDBAddress
|
||||
* @property {string} protocol The address protocol (/orbitdb/).
|
||||
* @property {string} hash The hash of the database.
|
||||
* @property {string} protocol Protocol prefix "/orbitdb/".
|
||||
* @property {string} hash The hash of the database manifest.
|
||||
* @property {string} address The full database address.
|
||||
*/
|
||||
const OrbitDBAddress = (address) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user