Socket
Socket
Sign inDemoInstall

@celo/abis

Package Overview
Dependencies
Maintainers
8
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 12.0.0-canary.46 to 12.0.0-canary.47

13

dist/CeloUnreleasedTreasury.json

@@ -171,2 +171,15 @@ {

"inputs": [],
"name": "getRemainingBalanceToRelease",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getVersionNumber",

@@ -173,0 +186,0 @@ "outputs": [

@@ -94,2 +94,9 @@ "use strict";

{
stateMutability: 'view',
type: 'function',
inputs: [],
name: 'getRemainingBalanceToRelease',
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
},
{
stateMutability: 'pure',

@@ -96,0 +103,0 @@ type: 'function',

@@ -117,2 +117,9 @@ "use strict";

inputs: [],
name: 'getRemainingBalanceToRelease',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'getVersionNumber',

@@ -119,0 +126,0 @@ outputs: [

@@ -117,2 +117,9 @@ "use strict";

inputs: [],
name: 'getRemainingBalanceToRelease',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'getVersionNumber',

@@ -119,0 +126,0 @@ outputs: [

@@ -91,2 +91,9 @@ export const celoUnreleasedTreasuryABI = [

{
stateMutability: 'view',
type: 'function',
inputs: [],
name: 'getRemainingBalanceToRelease',
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
},
{
stateMutability: 'pure',

@@ -93,0 +100,0 @@ type: 'function',

@@ -114,2 +114,9 @@ export const ABI = [

inputs: [],
name: 'getRemainingBalanceToRelease',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'getVersionNumber',

@@ -116,0 +123,0 @@ outputs: [

@@ -114,2 +114,9 @@ export const ABI = [

inputs: [],
name: 'getRemainingBalanceToRelease',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'getVersionNumber',

@@ -116,0 +123,0 @@ outputs: [

@@ -130,2 +130,12 @@ export declare const celoUnreleasedTreasuryABI: readonly [{

}, {
readonly stateMutability: "view";
readonly type: "function";
readonly inputs: readonly [];
readonly name: "getRemainingBalanceToRelease";
readonly outputs: readonly [{
readonly name: "";
readonly internalType: "uint256";
readonly type: "uint256";
}];
}, {
readonly stateMutability: "pure";

@@ -132,0 +142,0 @@ readonly type: "function";

1

dist/types/web3/0.8/CeloUnreleasedTreasury.d.ts

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

release(to: string, amount: number | string): CeloTxObject<void>;
getRemainingBalanceToRelease(): CeloTxObject<string>;
getVersionNumber(): CeloTxObject<{

@@ -19,0 +20,0 @@ 0: string;

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

release(to: string, amount: number | string): CeloTxObject<void>;
getRemainingBalanceToRelease(): CeloTxObject<string>;
getVersionNumber(): CeloTxObject<{

@@ -19,0 +20,0 @@ 0: string;

2

package.json

@@ -635,3 +635,3 @@ {

},
"version": "12.0.0-canary.46"
"version": "12.0.0-canary.47"
}
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