arroba
0.7
AT Protocol
in Python
Getting started
Reference documentation
arroba
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (arroba.diff.Diff method)
(arroba.mst.MST method)
(arroba.mst.Walker method)
(arroba.storage.Block method)
(arroba.storage.MemoryStorage method)
(arroba.util.TombstonedRepo method)
__str__() (arroba.storage.Block method)
A
Action (class in arroba.storage)
activate_repo() (arroba.storage.Storage method)
add() (arroba.mst.MST method)
add_diff() (arroba.diff.Diff method)
adds (arroba.diff.Diff attribute)
advance() (arroba.mst.Walker method)
all_nodes() (arroba.mst.MST method)
allocate_seq() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
append() (arroba.mst.MST method)
append_merge() (arroba.mst.MST method)
apply_commit() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
apply_low_s_mitigation() (in module arroba.util)
arroba.did
module
arroba.diff
module
arroba.mst
module
arroba.storage
module
arroba.util
module
at_index() (arroba.mst.MST method)
at_uri() (in module arroba.util)
attempt_get_layer() (arroba.mst.MST method)
B
Block (class in arroba.storage)
blocks (arroba.storage.MemoryStorage attribute)
C
Change (class in arroba.diff)
cid (arroba.storage.Block attribute)
cid_for_entries() (in module arroba.mst)
CommitData (class in arroba.storage)
CommitOp (class in arroba.storage)
common_prefix_len() (in module arroba.mst)
create() (arroba.mst.MST class method)
create_child() (arroba.mst.MST method)
create_parent() (arroba.mst.MST method)
create_plc() (in module arroba.did)
create_repo() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
D
dag_cbor_cid() (in module arroba.util)
Data (class in arroba.mst)
datetime_to_tid() (in module arroba.util)
deactivate_repo() (arroba.storage.Storage method)
decode_did_key() (in module arroba.did)
decoded (arroba.storage.Block attribute)
delete() (arroba.mst.MST method)
delete_recurse() (arroba.mst.MST method)
deletes (arroba.diff.Diff attribute)
deserialize_node_data() (in module arroba.mst)
DidPlc (class in arroba.did)
Diff (class in arroba.diff)
E
encode_did_key() (in module arroba.did)
encoded (arroba.storage.Block attribute)
ensure_valid_key() (in module arroba.mst)
entries (arroba.mst.MST attribute)
Entry (class in arroba.mst)
F
find_gt_or_equal_leaf_index() (arroba.mst.MST method)
G
get() (arroba.mst.MST method)
get_entries() (arroba.mst.MST method)
get_layer() (arroba.mst.MST method)
get_pointer() (arroba.mst.MST method)
get_unstored_blocks() (arroba.mst.MST method)
H
has() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
head (arroba.storage.MemoryStorage attribute)
(arroba.storage.Storage attribute)
I
int_to_tid() (in module arroba.util)
L
last_seq() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
layer (arroba.mst.MST attribute)
layer() (arroba.mst.Walker method)
layer_for_entries() (in module arroba.mst)
leading_zeros_on_hash() (in module arroba.mst)
Leaf (class in arroba.mst)
leaf_count() (arroba.mst.MST method)
leaves() (arroba.mst.MST method)
list() (arroba.mst.MST method)
list_with_prefix() (arroba.mst.MST method)
load_all() (arroba.mst.MST method)
load_repo() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
load_repos() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
M
MemoryStorage (class in arroba.storage)
module
arroba.did
arroba.diff
arroba.mst
arroba.storage
arroba.util
MST (class in arroba.mst)
mst_diff() (in module arroba.diff)
N
new_cids (arroba.diff.Diff attribute)
new_key() (in module arroba.util)
new_tree() (arroba.mst.MST method)
next_tid() (in module arroba.util)
now() (in module arroba.util)
null_diff() (in module arroba.diff)
O
of() (arroba.diff.Diff static method)
ops (arroba.storage.Block attribute)
outdated_pointer (arroba.mst.MST attribute)
P
parse_at_uri() (in module arroba.util)
plc_operation_to_did_doc() (in module arroba.did)
pointer (arroba.mst.MST attribute)
prepend() (arroba.mst.MST method)
R
read() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
read_blocks_by_seq() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
read_events_by_seq() (arroba.storage.Storage method)
read_many() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
record_add() (arroba.diff.Diff method)
record_delete() (arroba.diff.Diff method)
record_new_cid() (arroba.diff.Diff method)
record_removed_cid() (arroba.diff.Diff method)
record_update() (arroba.diff.Diff method)
remove_entry() (arroba.mst.MST method)
removed_cids (arroba.diff.Diff attribute)
replace_with_split() (arroba.mst.MST method)
repo (arroba.storage.Block attribute)
repos (arroba.storage.MemoryStorage attribute)
resolve() (in module arroba.did)
resolve_handle() (in module arroba.did)
resolve_plc() (in module arroba.did)
resolve_web() (in module arroba.did)
S
s32decode() (in module arroba.util)
s32encode() (in module arroba.util)
seq (arroba.storage.Block attribute)
sequences (arroba.storage.MemoryStorage attribute)
serialize_node_data() (in module arroba.mst)
service_jwt() (in module arroba.util)
sign() (in module arroba.util)
slice() (arroba.mst.MST method)
splice_in() (arroba.mst.MST method)
split_around() (arroba.mst.MST method)
stack (arroba.mst.Walker attribute)
status (arroba.mst.Walker attribute)
step_into() (arroba.mst.Walker method)
step_over() (arroba.mst.Walker method)
storage (arroba.mst.MST attribute)
Storage (class in arroba.storage)
T
tid_to_datetime() (in module arroba.util)
tid_to_int() (in module arroba.util)
time (arroba.storage.Block attribute)
time_ns() (in module arroba.util)
tombstone_repo() (arroba.storage.Storage method)
TombstonedRepo
trim_top() (arroba.mst.MST method)
U
update() (arroba.mst.MST method)
update_entry() (arroba.mst.MST method)
update_plc() (in module arroba.did)
updates (arroba.diff.Diff attribute)
V
verify_sig() (in module arroba.util)
W
walk() (arroba.mst.MST method)
walk_leaves_from() (arroba.mst.MST method)
Walker (class in arroba.mst)
WalkStatus (class in arroba.mst)
write() (arroba.storage.MemoryStorage method)
(arroba.storage.Storage method)
write_event() (arroba.storage.Storage method)
write_plc() (in module arroba.did)