Skip to main content

Crate antenna_client_shared

Crate antenna_client_shared 

Source

Structs§

IceServerConfig
MessageCallback
NoArgCallback
PeerCallback
RtcCallbacks

Enums§

ClientMsg
Event
EventType
ServerMsg

Constants§

EXECUTE_FUEL
fsm-polling method in peer recursion fuel
STORAGE_IDENTITY_KEY
Storage identity key

Traits§

IdentityStorage
Persistence contract for the local node’s identity. Each platform implements this with its own backend (web → localStorage, native → JSON file). The contract is the same: load may return None if no identity has been saved yet (or the persisted blob is malformed); save must overwrite atomically.