Options
All
  • Public
  • Public/Protected
  • All
Menu

steer-protocol-sdk

Index

Type aliases

BaseStoreEvent

BaseStoreEvent: { address: string }

Type declaration

  • address: string

ConnectionStatistics

ConnectionStatistics: { databases: { registry: DatabaseStatus }; ipfs_swarm_peer: number; registry_peers: number }

Type declaration

DatabaseStatus

DatabaseStatus: { replicated: boolean; syncProgress: number }

Type declaration

  • replicated: boolean
  • syncProgress: number

IdentityManagerConfig

IdentityManagerConfig: { provider?: typeof IdentityProvider; wallet?: EthersWallet; web3Provider?: providers.BaseProvider } & StaticCreateIdentityOptions

NetworkConfig

NetworkConfig: { config: {}; network: string }

Type declaration

  • config: {}
    • [key: string]: string
  • network: string

PeerConnectedEvent

PeerConnectedEvent: { peer: string } & StoreEvent

PeerSyncEvent

PeerSyncEvent: { heads: string[]; peer: string } & StoreEvent

RegistryConfig

RegistryConfig: { address: string; environment: string; version: number }

Type declaration

  • address: string
  • environment: string
  • version: number

RegistryEntry

RegistryEntry: { _id: string; name: string; strategies: string }

Type declaration

  • _id: string
  • name: string
  • strategies: string

RegistryLocalState

RegistryLocalState: {}

Type declaration

  • [key: string]: string

StoreCloseEvent

StoreCloseEvent: {} & StoreEvent

StoreEvent

StoreEvent: BaseStoreEvent

StoreLoadEvent

StoreLoadEvent: StoreEvent

StoreLoadProgressEvent

StoreLoadProgressEvent: { address: string; entry: string; hash: string; progress: number; total: number } | StoreEvent

StoreReadyEvent

StoreReadyEvent: { heads: string[] } & StoreEvent

StoreReplicateEvent

StoreReplicateEvent: StoreEvent

StoreReplicateProgressEvent

StoreReplicateProgressEvent: { entry: string; hash: string; have: Map<any, any>; progress: number } | StoreEvent

StoreReplicatedEvent

StoreReplicatedEvent: StoreEvent

StoreWriteEvent

StoreWriteEvent: { entry: Record<string, unknown>; heads: string[] } & StoreEvent

StrategyEntry

StrategyEntry: { _id: string; description: string; executionBundle: string; name: string; transformBundle: string }

Type declaration

  • _id: string
  • description: string
  • executionBundle: string
  • name: string
  • transformBundle: string

UserInterfaceConfig

UserInterfaceConfig: { disabled: boolean; refreshRate: number }

Type declaration

  • disabled: boolean
  • refreshRate: number

Generated using TypeDoc