Skip to main content

Module recipients

Module recipients 

Source
Expand description

Recipient management: authorize, revoke, and list vault recipients.

Structs§

RecipientEntry
A single recipient entry with resolved display info.
RevokeResult
Result of revoking a recipient.

Functions§

authorize_recipient
Add a recipient to the vault. Returns an error if the pubkey is invalid or already present.
list_recipients
List all recipients in the vault with optional name resolution.
revoke_recipient
Remove a recipient from the vault. recipient can be a pubkey or a display name.