Preparing search index...
The search index is not available
@shipstone-labs/ic-vetkd-notes-client
@shipstone-labs/ic-vetkd-notes-client
EncryptedNote
Interface EncryptedNote
interface
EncryptedNote
{
created_at
:
bigint
;
data
:
string
;
encrypted_text
:
string
;
history
:
HistoryEntry
[]
;
id
:
bigint
;
locked
:
boolean
;
owner
:
string
;
read_by
:
string
[]
;
updated_at
:
bigint
;
users
:
[
string
,
PrincipalRule
]
[]
;
}
Index
Properties
created_
at
data
encrypted_
text
history
id
locked
owner
read_
by
updated_
at
users
Properties
created_
at
created_at
:
bigint
data
data
:
string
encrypted_
text
encrypted_text
:
string
history
history
:
HistoryEntry
[]
id
id
:
bigint
locked
locked
:
boolean
owner
owner
:
string
read_
by
read_by
:
string
[]
updated_
at
updated_at
:
bigint
users
users
:
[
string
,
PrincipalRule
]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
data
encrypted_
text
history
id
locked
owner
read_
by
updated_
at
users
@shipstone-labs/ic-vetkd-notes-client
Loading...