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.8 to 0.0.9

6

dist/messages/msgSend.js

@@ -34,6 +34,10 @@ "use strict";

});
const value2 = new coin.cosmos.base.v1beta1.Coin({
denom,
amount: "10000",
});
const message = new bank.cosmos.bank.v1beta1.MsgSend({
from_address: fromAddress,
to_address: toAddress,
amount: [value],
amount: [value, value2],
});

@@ -40,0 +44,0 @@ return {

2

dist/proto/cosmos/base/snapshots/v1beta1/snapshot.d.ts

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

set extension_payload(value: SnapshotExtensionPayload);
get item(): "none" | "extension" | "store" | "iavl" | "extension_payload";
get item(): "none" | "store" | "iavl" | "extension" | "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(): "none" | "allow_list" | "deny_list";
get validators(): "allow_list" | "deny_list" | "none";
static fromObject(data: {

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

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

set additional_bindings(value: HttpRule[]);
get pattern(): "none" | "get" | "put" | "post" | "delete" | "patch" | "custom";
get pattern(): "none" | "delete" | "get" | "put" | "post" | "patch" | "custom";
static fromObject(data: {

@@ -112,0 +112,0 @@ selector?: string;

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

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

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

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

set secp256k1(value: Uint8Array);
get sum(): "none" | "secp256k1" | "ed25519";
get sum(): "none" | "ed25519" | "secp256k1";
static fromObject(data: {

@@ -18,0 +18,0 @@ ed25519?: Uint8Array;

{
"name": "bitbadgesjs-proto",
"description": "Protobuf files for EVMOS.",
"version": "0.0.8",
"version": "0.0.9",
"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 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