Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@injectivelabs/mito-proto-ts

Package Overview
Dependencies
Maintainers
9
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/mito-proto-ts - npm Package Compare versions

Comparing version 1.0.33 to 1.0.34

16

cjs/goadesign_goagen_mito_api.d.ts

@@ -378,2 +378,3 @@ import { grpc } from "@injectivelabs/grpc-web";

amount: string;
progress: IDOProgress[];
}

@@ -387,2 +388,6 @@ export interface TokenInfo {

}
export interface IDOProgress {
status: string;
timestamp: string;
}
export interface GetIDORequest {

@@ -403,2 +408,3 @@ contractAddress: string;

pagination: Pagination | undefined;
tokenInfo: TokenInfo | undefined;
}

@@ -425,2 +431,4 @@ export interface IDOSubscriber {

updatedAt: string;
rewardClaimed: boolean;
tokenInfo: TokenInfo | undefined;
}

@@ -988,2 +996,10 @@ export interface GetIDOActivitiesRequest {

};
export declare const IDOProgress: {
encode(message: IDOProgress, writer?: _m0.Writer): _m0.Writer;
decode(input: _m0.Reader | Uint8Array, length?: number): IDOProgress;
fromJSON(object: any): IDOProgress;
toJSON(message: IDOProgress): unknown;
create(base?: DeepPartial<IDOProgress>): IDOProgress;
fromPartial(object: DeepPartial<IDOProgress>): IDOProgress;
};
export declare const GetIDORequest: {

@@ -990,0 +1006,0 @@ encode(message: GetIDORequest, writer?: _m0.Writer): _m0.Writer;

@@ -378,2 +378,3 @@ import { grpc } from "@injectivelabs/grpc-web";

amount: string;
progress: IDOProgress[];
}

@@ -387,2 +388,6 @@ export interface TokenInfo {

}
export interface IDOProgress {
status: string;
timestamp: string;
}
export interface GetIDORequest {

@@ -403,2 +408,3 @@ contractAddress: string;

pagination: Pagination | undefined;
tokenInfo: TokenInfo | undefined;
}

@@ -425,2 +431,4 @@ export interface IDOSubscriber {

updatedAt: string;
rewardClaimed: boolean;
tokenInfo: TokenInfo | undefined;
}

@@ -988,2 +996,10 @@ export interface GetIDOActivitiesRequest {

};
export declare const IDOProgress: {
encode(message: IDOProgress, writer?: _m0.Writer): _m0.Writer;
decode(input: _m0.Reader | Uint8Array, length?: number): IDOProgress;
fromJSON(object: any): IDOProgress;
toJSON(message: IDOProgress): unknown;
create(base?: DeepPartial<IDOProgress>): IDOProgress;
fromPartial(object: DeepPartial<IDOProgress>): IDOProgress;
};
export declare const GetIDORequest: {

@@ -990,0 +1006,0 @@ encode(message: GetIDORequest, writer?: _m0.Writer): _m0.Writer;

2

package.json
{
"name": "@injectivelabs/mito-proto-ts",
"version": "1.0.33",
"version": "1.0.34",
"description": "Injective Mito API client with generated gRPC bindings.",

@@ -5,0 +5,0 @@ "sideEffects": "false",

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

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