Interface IGetSyncStatusResponse

Return interface for the RpcClient.getSyncStatus RPC method.

interface IGetSyncStatusResponse {
    isSynced: boolean;
}

Properties

Properties

isSynced: boolean

Generated using TypeDoc