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