@injectivelabs/mito-proto-ts
Advanced tools
Comparing version 1.0.29 to 1.0.30
@@ -410,4 +410,7 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
export interface GetIDOSubscriptionResponse { | ||
subscription: IDOSubscription | undefined; | ||
} | ||
export interface IDOSubscription { | ||
maxSubscriptionCoin: Coin | undefined; | ||
commitedAmount: string; | ||
committedAmount: string; | ||
price: string; | ||
@@ -1034,2 +1037,10 @@ claimableCoins: Coin[]; | ||
}; | ||
export declare const IDOSubscription: { | ||
encode(message: IDOSubscription, writer?: _m0.Writer): _m0.Writer; | ||
decode(input: _m0.Reader | Uint8Array, length?: number): IDOSubscription; | ||
fromJSON(object: any): IDOSubscription; | ||
toJSON(message: IDOSubscription): unknown; | ||
create(base?: DeepPartial<IDOSubscription>): IDOSubscription; | ||
fromPartial(object: DeepPartial<IDOSubscription>): IDOSubscription; | ||
}; | ||
export declare const GetIDOActivitiesRequest: { | ||
@@ -1036,0 +1047,0 @@ encode(message: GetIDOActivitiesRequest, writer?: _m0.Writer): _m0.Writer; |
@@ -410,4 +410,7 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
export interface GetIDOSubscriptionResponse { | ||
subscription: IDOSubscription | undefined; | ||
} | ||
export interface IDOSubscription { | ||
maxSubscriptionCoin: Coin | undefined; | ||
commitedAmount: string; | ||
committedAmount: string; | ||
price: string; | ||
@@ -1034,2 +1037,10 @@ claimableCoins: Coin[]; | ||
}; | ||
export declare const IDOSubscription: { | ||
encode(message: IDOSubscription, writer?: _m0.Writer): _m0.Writer; | ||
decode(input: _m0.Reader | Uint8Array, length?: number): IDOSubscription; | ||
fromJSON(object: any): IDOSubscription; | ||
toJSON(message: IDOSubscription): unknown; | ||
create(base?: DeepPartial<IDOSubscription>): IDOSubscription; | ||
fromPartial(object: DeepPartial<IDOSubscription>): IDOSubscription; | ||
}; | ||
export declare const GetIDOActivitiesRequest: { | ||
@@ -1036,0 +1047,0 @@ encode(message: GetIDOActivitiesRequest, writer?: _m0.Writer): _m0.Writer; |
{ | ||
"name": "@injectivelabs/mito-proto-ts", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"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
694840
16985