State Sync API

State Sync API - State Synchronization

This document describes the state synchronization API.

API Overview

Sync State

Method: sync_state()

Returns: Updated state.

Usage

Example

let state = wallet.sync_state().await?;

Conclusion

Simple API for state synchronization.

Last updated