Skip to content

KeyringProcedures

KeyringProcedures = object

Defined in: astrobase/src/keyrings/procedure-types.ts:4

The request and response types of keyring:* procedures.

keyring:clear: [undefined, undefined]

Defined in: astrobase/src/keyrings/procedure-types.ts:6

The request and response types of the keyring:clear procedure.


keyring:create: [CreateKeyringRequest, CreateKeyringResult]

Defined in: astrobase/src/keyrings/procedure-types.ts:9

The request and response types of the keyring:create procedure.


keyring:import: [ImportKeyringRequest, ContentIdentifier]

Defined in: astrobase/src/keyrings/procedure-types.ts:12

The request and response types of the keyring:import procedure.


keyring:list: [undefined, ContentIdentifier[]]

Defined in: astrobase/src/keyrings/procedure-types.ts:15

The request and response types of the keyring:list procedure.


keyring:load: [LoadKeyringRequest, unknown]

Defined in: astrobase/src/keyrings/procedure-types.ts:18

The request and response types of the keyring:load procedure.