bitbadgesjs-proto
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -31,3 +31,3 @@ "use strict"; | ||
creator, | ||
addressesToRegister | ||
addressesToRegister, | ||
}); | ||
@@ -34,0 +34,0 @@ return { |
@@ -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(): "none" | "extension" | "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(): "none" | "allow_list" | "deny_list"; | ||
static fromObject(data: { | ||
@@ -32,0 +32,0 @@ max_tokens?: ReturnType<typeof dependency_3.cosmos.base.v1beta1.Coin.prototype.toObject>; |
@@ -105,3 +105,3 @@ import * as dependency_1 from "./../../../crypto/multisig/v1beta1/multisig"; | ||
set multi(value: SignatureDescriptor.Data.Multi); | ||
get sum(): "single" | "none" | "multi"; | ||
get sum(): "none" | "single" | "multi"; | ||
static fromObject(data: { | ||
@@ -108,0 +108,0 @@ single?: ReturnType<typeof SignatureDescriptor.Data.Single.prototype.toObject>; |
@@ -290,3 +290,3 @@ import * as dependency_2 from "./../../crypto/multisig/v1beta1/multisig"; | ||
set multi(value: ModeInfo.Multi); | ||
get sum(): "single" | "none" | "multi"; | ||
get sum(): "none" | "single" | "multi"; | ||
static fromObject(data: { | ||
@@ -293,0 +293,0 @@ single?: ReturnType<typeof ModeInfo.Single.prototype.toObject>; |
@@ -109,3 +109,3 @@ import * as pb_1 from "google-protobuf"; | ||
set additional_bindings(value: HttpRule[]); | ||
get pattern(): "none" | "delete" | "get" | "put" | "post" | "patch" | "custom"; | ||
get pattern(): "none" | "get" | "put" | "post" | "delete" | "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(): "none" | "error" | "result"; | ||
get response(): "result" | "error" | "none"; | ||
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(): "secp256k1" | "none" | "ed25519"; | ||
get sum(): "none" | "secp256k1" | "ed25519"; | ||
static fromObject(data: { | ||
@@ -18,0 +18,0 @@ ed25519?: Uint8Array; |
{ | ||
"name": "bitbadgesjs-proto", | ||
"description": "Protobuf files for EVMOS.", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9501944