@collabland/staking-contracts
Version:
Staking contracts supported by Collab.Land
9 lines (8 loc) • 599 B
TypeScript
import { BindingKey } from '@loopback/core';
import type { StakingContractsComponent } from './component.js';
import type { StakingContractsService } from './services/staking-contracts.service.js';
import type { EthersProviderService } from './staking.js';
export declare const STAKING_CONTRACTS_COMPONENT: BindingKey<StakingContractsComponent>;
export declare const STAKING_CONTRACTS_SERVICE: BindingKey<StakingContractsService>;
export declare const ETHERS_PROVIDER_SERVICE: BindingKey<EthersProviderService>;
export declare const STAKING_ADAPTERS_EXTENSION_POINT = "collabland.stakingContracts";