Modules§
Enums§
- Edit
Visibility EditVisibility
allows the visibility of aRawDoc
to be edited using thevisibility
function.
Functions§
- delegates
- Change the delegates of the document and perform some verification based on the new set of delegates.
- payload
- Change the payload of the document, using the set of triples:
- privacy_
allow_ list - Change the
allow
set of a document if the visibility is set toVisibility::Private
. - verify
- Verify the document.
- visibility
- Change the visibility of the
RawDoc
, using the providedEditVisibility
.