Socket
Socket
Sign inDemoInstall

@celo/abis

Package Overview
Dependencies
Maintainers
10
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/abis - npm Package Compare versions

Comparing version 10.0.0 to 11.0.0-canary.0

9

dist/cjs/LockedGold.js

@@ -506,2 +506,11 @@ "use strict";

inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
name: 'getTotalPendingWithdrawalsCount',
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
},
{
constant: true,
payable: false,
stateMutability: 'view',
type: 'function',
inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
name: 'getTotalPendingWithdrawals',

@@ -508,0 +517,0 @@ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],

@@ -653,2 +653,11 @@ "use strict";

inputs: [{ internalType: 'address', name: 'account', type: 'address' }],
name: 'getTotalPendingWithdrawalsCount',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
payable: false,
stateMutability: 'view',
type: 'function',
},
{
constant: true,
inputs: [{ internalType: 'address', name: 'account', type: 'address' }],
name: 'getTotalPendingWithdrawals',

@@ -655,0 +664,0 @@ outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],

@@ -503,2 +503,11 @@ export const lockedGoldABI = [

inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
name: 'getTotalPendingWithdrawalsCount',
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
},
{
constant: true,
payable: false,
stateMutability: 'view',
type: 'function',
inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
name: 'getTotalPendingWithdrawals',

@@ -505,0 +514,0 @@ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],

@@ -650,2 +650,11 @@ export const ABI = [

inputs: [{ internalType: 'address', name: 'account', type: 'address' }],
name: 'getTotalPendingWithdrawalsCount',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
payable: false,
stateMutability: 'view',
type: 'function',
},
{
constant: true,
inputs: [{ internalType: 'address', name: 'account', type: 'address' }],
name: 'getTotalPendingWithdrawals',

@@ -652,0 +661,0 @@ outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],

@@ -990,2 +990,23 @@ {

],
"name": "getTotalPendingWithdrawalsCount",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "getTotalPendingWithdrawals",

@@ -992,0 +1013,0 @@ "outputs": [

@@ -781,2 +781,18 @@ export declare const lockedGoldABI: readonly [{

}];
readonly name: "getTotalPendingWithdrawalsCount";
readonly outputs: readonly [{
readonly name: "";
readonly internalType: "uint256";
readonly type: "uint256";
}];
}, {
readonly constant: true;
readonly payable: false;
readonly stateMutability: "view";
readonly type: "function";
readonly inputs: readonly [{
readonly name: "account";
readonly internalType: "address";
readonly type: "address";
}];
readonly name: "getTotalPendingWithdrawals";

@@ -783,0 +799,0 @@ readonly outputs: readonly [{

1

dist/types/web3/LockedGold.d.ts

@@ -66,2 +66,3 @@ /// <reference types="node" />

}>;
getTotalPendingWithdrawalsCount(account: string): CeloTxObject<string>;
getTotalPendingWithdrawals(account: string): CeloTxObject<string>;

@@ -68,0 +69,0 @@ getSlashingWhitelist(): CeloTxObject<string[]>;

2

package.json
{
"name": "@celo/abis",
"version": "10.0.0",
"version": "11.0.0-canary.0",
"author": "cLabs",

@@ -5,0 +5,0 @@ "license": "LGPL-3.0",

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