Socket
Socket
Sign inDemoInstall

bitbadgesjs-proto

Package Overview
Dependencies
Maintainers
1
Versions
337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbadgesjs-proto - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

4

dist/messages/badges/msgPruneBalances.d.ts

@@ -1,6 +0,6 @@

import * as badges from '../../proto/badges/tx';
import * as badges from '../../proto/badges/tx_pb';
export declare function createMsgPruneBalances(creator: string, badgeIds: number[], addresses: number[]): {
message: badges.trevormil.bitbadgeschain.badges.MsgPruneBalances;
message: badges.MsgPruneBalances;
path: string;
};
//# sourceMappingURL=msgPruneBalances.d.ts.map

@@ -27,9 +27,8 @@ "use strict";

exports.createMsgPruneBalances = void 0;
const badges = __importStar(require("../../proto/badges/tx"));
const badges = __importStar(require("../../proto/badges/tx_pb"));
function createMsgPruneBalances(creator, badgeIds, addresses) {
const message = new badges.trevormil.bitbadgeschain.badges.MsgPruneBalances({
creator,
badgeIds,
addresses,
});
const message = new badges.MsgPruneBalances();
message.setCreator(creator);
message.setBadgeidsList(badgeIds);
message.setAddressesList(addresses);
return {

@@ -36,0 +35,0 @@ message,

@@ -1,6 +0,6 @@

import * as badges from '../../proto/badges/tx';
import * as badges from '../../proto/badges/tx_pb';
export declare function createMsgRegisterAddresses(creator: string, addressesToRegister: string[]): {
message: badges.trevormil.bitbadgeschain.badges.MsgRegisterAddresses;
message: badges.MsgRegisterAddresses;
path: string;
};
//# sourceMappingURL=msgRegisterAddresses.d.ts.map

@@ -27,8 +27,7 @@ "use strict";

exports.createMsgRegisterAddresses = void 0;
const badges = __importStar(require("../../proto/badges/tx"));
const badges = __importStar(require("../../proto/badges/tx_pb"));
function createMsgRegisterAddresses(creator, addressesToRegister) {
const message = new badges.trevormil.bitbadgeschain.badges.MsgRegisterAddresses({
creator,
addressesToRegister,
});
const message = new badges.MsgRegisterAddresses();
message.setCreator(creator);
message.setAddressestoregisterList(addressesToRegister);
return {

@@ -35,0 +34,0 @@ message,

@@ -11,3 +11,3 @@ import * as pb_1 from "google-protobuf";

get has_noData(): boolean;
get packet(): "none" | "noData";
get packet(): "noData" | "none";
static fromObject(data: {

@@ -14,0 +14,0 @@ noData?: ReturnType<typeof NoData.prototype.toObject>;

@@ -91,3 +91,3 @@ import * as pb_1 from "google-protobuf";

set extension_payload(value: SnapshotExtensionPayload);
get item(): "none" | "store" | "iavl" | "extension" | "extension_payload";
get item(): "extension" | "none" | "store" | "iavl" | "extension_payload";
static fromObject(data: {

@@ -94,0 +94,0 @@ store?: ReturnType<typeof SnapshotStoreItem.prototype.toObject>;

@@ -29,3 +29,3 @@ import * as dependency_3 from "./../../base/v1beta1/coin";

set authorization_type(value: AuthorizationType);
get validators(): "allow_list" | "deny_list" | "none";
get validators(): "allow_list" | "none" | "deny_list";
static fromObject(data: {

@@ -32,0 +32,0 @@ max_tokens?: ReturnType<typeof dependency_3.cosmos.base.v1beta1.Coin.prototype.toObject>;

@@ -232,3 +232,3 @@ import * as dependency_2 from "./../../client/v1/client";

set error(value: string);
get response(): "none" | "error" | "result";
get response(): "none" | "result" | "error";
static fromObject(data: {

@@ -235,0 +235,0 @@ result?: Uint8Array;

{
"name": "bitbadgesjs-proto",
"description": "Protobuf files for EVMOS.",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT",

@@ -6,0 +6,0 @@ "eslintIgnore": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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