@spacehq/sdk > SharePublicKeyInput
SharePublicKeyInput interface
Data object to represent public key of a user to share information with
Signature:
export interface SharePublicKeyInput
Properties
Property | Type | Description |
---|---|---|
id | string | A unique id provided by the client to identity this user. For example, it can be the users username or email. |
pk? | string | (Optional) pk should be a multibase or hex encoded version of the public key to share. It is also optional and can be left undefined. When undefined a temp key is generated for the id. |