@injectivelabs/mito-proto-ts
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -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; |
{ | ||
"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
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
711935
17382