Variable blockcypherDataProvidersConst
blockcypherDataProviders: {
mainnet: BlockcypherProvider;
stagenet: BlockcypherProvider;
testnet: undefined;
} = ...
Type declaration
mainnet: BlockcypherProvider
stagenet: BlockcypherProvider
testnet: undefined