Expand description
Recipient management: authorize, revoke, and list vault recipients.
Structs§
- Recipient
Entry - A single recipient entry with resolved display info.
- Revoke
Result - 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.
recipientcan be a pubkey or a display name.