Interface ExplorerConfig

interface ExplorerConfig {
    name: string;
    txUrl: string;
}

Properties

Properties

name: string
txUrl: string