upload

abstract suspend fun upload(address: String, stateBytes: ByteArray, lastEventId: Long)

Snapshot this address's checkpoint into the (multi-network) cloud bundle, preserving other networks' entries. Best-effort + idempotent: a content hash skips re-upload when nothing changed. Callers wrap in runCatching so a backup failure never affects wallet operations.