add_user
add_user: ActorMethod<[bigint, [] | [string], [] | [bigint]], undefined>
create_note
create_note: ActorMethod<[], bigint>
delete_note
delete_note: ActorMethod<[bigint], undefined>
encrypted_symmetric_key_for_note
encrypted_symmetric_key_for_note: ActorMethod<
[bigint, number[] | Uint8Array],
string,
>
get_notes
refresh_note
remove_user
remove_user: ActorMethod<[bigint, [] | [string]], undefined>
symmetric_key_verification_key_for_note
symmetric_key_verification_key_for_note: ActorMethod<[], string>
update_note
update_note: ActorMethod<[bigint, string, string], undefined>
whoami
whoami: ActorMethod<[], string>