@subql/contract-sdk
Advanced tools
Comparing version 0.13.4 to 0.13.5
{ | ||
"name": "@subql/contract-sdk", | ||
"version": "0.13.4", | ||
"version": "0.13.5", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
44
sdk.d.ts
@@ -9,24 +9,24 @@ import { Signer } from 'ethers'; | ||
private _contractDeployments; | ||
readonly settings?: Settings; | ||
readonly sqToken?: SQToken; | ||
readonly staking?: Staking; | ||
readonly stakingManager?: StakingManager; | ||
readonly indexerRegistry?: IndexerRegistry; | ||
readonly queryRegistry?: QueryRegistry; | ||
readonly inflationController?: InflationController; | ||
readonly serviceAgreementRegistry?: ServiceAgreementRegistry; | ||
readonly eraManager?: EraManager; | ||
readonly planManager?: PlanManager; | ||
readonly rewardsDistributor?: RewardsDistributer; | ||
readonly rewardsPool?: RewardsPool; | ||
readonly rewardsStaking?: RewardsStaking; | ||
readonly rewardsHelper?: RewardsHelper; | ||
readonly purchaseOfferMarket?: PurchaseOfferMarket; | ||
readonly stateChannel?: StateChannel; | ||
readonly airdropper?: Airdropper; | ||
readonly permissionedExchange?: PermissionedExchange; | ||
readonly consumerHost?: ConsumerHost; | ||
readonly disputeManager?: DisputeManager; | ||
readonly proxyAdmin?: ProxyAdmin; | ||
readonly vesting?: Vesting; | ||
readonly settings: Settings; | ||
readonly sqToken: SQToken; | ||
readonly staking: Staking; | ||
readonly stakingManager: StakingManager; | ||
readonly indexerRegistry: IndexerRegistry; | ||
readonly queryRegistry: QueryRegistry; | ||
readonly inflationController: InflationController; | ||
readonly serviceAgreementRegistry: ServiceAgreementRegistry; | ||
readonly eraManager: EraManager; | ||
readonly planManager: PlanManager; | ||
readonly rewardsDistributor: RewardsDistributer; | ||
readonly rewardsPool: RewardsPool; | ||
readonly rewardsStaking: RewardsStaking; | ||
readonly rewardsHelper: RewardsHelper; | ||
readonly purchaseOfferMarket: PurchaseOfferMarket; | ||
readonly stateChannel: StateChannel; | ||
readonly airdropper: Airdropper; | ||
readonly permissionedExchange: PermissionedExchange; | ||
readonly consumerHost: ConsumerHost; | ||
readonly disputeManager: DisputeManager; | ||
readonly proxyAdmin: ProxyAdmin; | ||
readonly vesting: Vesting; | ||
constructor(signerOrProvider: AbstractProvider | Signer, options: SdkOptions); | ||
@@ -33,0 +33,0 @@ static create(signerOrProvider: AbstractProvider | Signer, options: SdkOptions): ContractSDK; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4035537