Persistent Storage
Storage Key
Entrance
self.session.storageEndpoints
def set(self, key: str, val: bytes) -> None:
passGet Key
Entrance
self.session.storageEndpoint
def get(self, key: str) -> bytes:
passDelete Key
Entrance
Endpoint
Last updated