Raindex SDK Documentation
    Preparing search index...

    Interface OrderbookCfg

    interface OrderbookCfg {
        address: string;
        deploymentBlock: number;
        key: string;
        label?: string;
        localDbRemote?: LocalDbRemoteCfg;
        network: NetworkCfg;
        subgraph: SubgraphCfg;
    }
    Index

    Properties

    address: string
    deploymentBlock: number
    key: string
    label?: string
    localDbRemote?: LocalDbRemoteCfg
    network: NetworkCfg
    subgraph: SubgraphCfg