Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@taquito/contracts-library

Package Overview
Dependencies
Maintainers
6
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/contracts-library - npm Package Compare versions

Comparing version 20.0.0-beta.1 to 20.0.0

5

dist/lib/rpc-wrapper.js

@@ -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* () {

4

dist/lib/version.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc