Namespace: AccessControllers-IPFS

AccessControllers.AccessControllers-IPFS

Methods

(async, static) canAppend(entry) → {boolean}

Verifies the write permission of an entry.

Parameters:
Name Type Description
entry module:Log~Entry

An entry to verify.

Source:
Returns:

True if the entry's identity has write permission, false otherwise.

Type
boolean