@taquito/contracts-library
Advanced tools
Comparing version 20.0.0-beta.1 to 20.0.0
@@ -132,2 +132,7 @@ "use strict"; | ||
} | ||
getAllDelegates(args, { block } = rpc_1.defaultRPCOptions) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
return this.rpc.getAllDelegates(args, { block }); | ||
}); | ||
} | ||
getDelegates(address, { block } = rpc_1.defaultRPCOptions) { | ||
@@ -134,0 +139,0 @@ return __awaiter(this, void 0, void 0, function* () { |
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "4c6e079465fdb978c1627dfdcced0435c9ef87fc", | ||
"version": "20.0.0-beta.1" | ||
"commitHash": "45fea4a361f29598063e448574800220c4687001", | ||
"version": "20.0.0" | ||
}; |
import { BigNumber } from 'bignumber.js'; | ||
import { BakingRightsQueryArguments, BakingRightsResponse, BalanceResponse, UnstakeRequestsResponse, BallotListResponse, BallotsResponse, BigMapKey, BigMapResponse, BlockHeaderResponse, BlockMetadata, BlockResponse, ConstantsResponse, ContractResponse, CurrentProposalResponse, DelegateResponse, DelegatesResponse, VotingInfoResponse, AttestationRightsQueryArguments, AttestationRightsResponse, EntrypointsResponse, ForgeOperationsParams, ManagerKeyResponse, MichelsonV1Expression, PackDataParams, PreapplyParams, PreapplyResponse, ProposalsResponse, ProtocolsResponse, RpcClientInterface, RPCOptions, RPCRunCodeParam, RPCRunOperationParam, RPCRunScriptViewParam, RPCRunViewParam, RunCodeResult, RunScriptViewResult, RunViewResult, SaplingDiffResponse, ScriptResponse, UnparsingMode, VotesListingsResponse, VotingPeriodBlockResult, TicketTokenParams, AllTicketBalances, PendingOperationsV1, PendingOperationsV2, PendingOperationsQueryArguments, RPCSimulateOperationParam, AILaunchCycleResponse } from '@taquito/rpc'; | ||
import { BakingRightsQueryArguments, BakingRightsResponse, BalanceResponse, UnstakeRequestsResponse, BallotListResponse, BallotsResponse, BigMapKey, BigMapResponse, BlockHeaderResponse, BlockMetadata, BlockResponse, ConstantsResponse, ContractResponse, CurrentProposalResponse, DelegateResponse, DelegatesResponse, VotingInfoResponse, AttestationRightsQueryArguments, AttestationRightsResponse, EntrypointsResponse, ForgeOperationsParams, ManagerKeyResponse, MichelsonV1Expression, PackDataParams, PreapplyParams, PreapplyResponse, ProposalsResponse, ProtocolsResponse, RpcClientInterface, RPCOptions, RPCRunCodeParam, RPCRunOperationParam, RPCRunScriptViewParam, RPCRunViewParam, RunCodeResult, RunScriptViewResult, RunViewResult, SaplingDiffResponse, ScriptResponse, UnparsingMode, VotesListingsResponse, VotingPeriodBlockResult, TicketTokenParams, AllTicketBalances, PendingOperationsV1, PendingOperationsV2, PendingOperationsQueryArguments, RPCSimulateOperationParam, AILaunchCycleResponse, AllDelegatesQueryArguments } from '@taquito/rpc'; | ||
import { ContractsLibrary } from './taquito-contracts-library'; | ||
@@ -29,2 +29,3 @@ /** | ||
getBigMapExpr(id: string, expr: string, { block }?: RPCOptions): Promise<BigMapResponse>; | ||
getAllDelegates(args: AllDelegatesQueryArguments, { block }?: RPCOptions): Promise<string[]>; | ||
getDelegates(address: string, { block }?: RPCOptions): Promise<DelegatesResponse>; | ||
@@ -31,0 +32,0 @@ getVotingInfo(address: string, { block }?: RPCOptions): Promise<VotingInfoResponse>; |
{ | ||
"name": "@taquito/contracts-library", | ||
"version": "20.0.0-beta.1", | ||
"version": "20.0.0", | ||
"description": "Can be used as an extension on the TezosToolkit to provide contracts data", | ||
@@ -70,6 +70,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@taquito/core": "^20.0.0-beta.1", | ||
"@taquito/rpc": "^20.0.0-beta.1", | ||
"@taquito/taquito": "^20.0.0-beta.1", | ||
"@taquito/utils": "^20.0.0-beta.1", | ||
"@taquito/core": "^20.0.0", | ||
"@taquito/rpc": "^20.0.0", | ||
"@taquito/taquito": "^20.0.0", | ||
"@taquito/utils": "^20.0.0", | ||
"bignumber.js": "^9.1.2" | ||
@@ -105,3 +105,3 @@ }, | ||
}, | ||
"gitHead": "55491dbb67866d3196843b167ca9303f803b1a99" | ||
"gitHead": "4871f03155be8dfce81ff24cb45fe0e3049c7646" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
66050
1084
1
+ Added@taquito/core@20.1.0(transitive)
+ Added@taquito/http-utils@20.1.0(transitive)
+ Added@taquito/local-forging@20.1.0(transitive)
+ Added@taquito/michel-codec@20.1.0(transitive)
+ Added@taquito/michelson-encoder@20.1.0(transitive)
+ Added@taquito/rpc@20.1.0(transitive)
+ Added@taquito/taquito@20.1.0(transitive)
+ Added@taquito/utils@20.1.0(transitive)
- Removed@taquito/core@20.1.1(transitive)
- Removed@taquito/http-utils@20.1.1(transitive)
- Removed@taquito/local-forging@20.1.1(transitive)
- Removed@taquito/michel-codec@20.1.1(transitive)
- Removed@taquito/michelson-encoder@20.1.1(transitive)
- Removed@taquito/rpc@20.1.1(transitive)
- Removed@taquito/taquito@20.1.1(transitive)
- Removed@taquito/utils@20.1.1(transitive)
Updated@taquito/core@^20.0.0
Updated@taquito/rpc@^20.0.0
Updated@taquito/taquito@^20.0.0
Updated@taquito/utils@^20.0.0