Skip to content

Commit

Permalink
feat: updated to latest protos
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Oct 14, 2024
1 parent 78f9ab9 commit 5be805c
Show file tree
Hide file tree
Showing 31 changed files with 479 additions and 275 deletions.
2 changes: 1 addition & 1 deletion packages/injective-std/src/types/cosmos/auth/module/v1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;

Check failure on line 1 in packages/injective-std/src/types/cosmos/auth/module/v1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`

Check failure on line 1 in packages/injective-std/src/types/cosmos/auth/module/v1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`
/// Module is the config object for the auth module.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
Expand Down
16 changes: 8 additions & 8 deletions packages/injective-std/src/types/cosmos/auth/v1beta1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;

Check failure on line 1 in packages/injective-std/src/types/cosmos/auth/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`

Check failure on line 1 in packages/injective-std/src/types/cosmos/auth/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`
/// BaseAccount defines a base account type. It contains all the necessary fields
/// for basic account functionality. Any custom account type should extend this
/// type for additional functionality (e.g. vesting).
Expand Down Expand Up @@ -52,7 +52,7 @@ pub struct ModuleCredential {
}
/// Params defines the parameters for the auth module.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.auth.v1beta1.Params")]
pub struct Params {
#[prost(uint64, tag = "1")]
Expand Down Expand Up @@ -151,7 +151,7 @@ pub struct QueryAccountResponse {
}
/// QueryParamsRequest is the request type for the Query/Params RPC method.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.auth.v1beta1.QueryParamsRequest")]
#[proto_query(
path = "/cosmos.auth.v1beta1.Query/Params",
Expand All @@ -160,7 +160,7 @@ pub struct QueryAccountResponse {
pub struct QueryParamsRequest {}
/// QueryParamsResponse is the response type for the Query/Params RPC method.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.auth.v1beta1.QueryParamsResponse")]
pub struct QueryParamsResponse {
/// params defines the parameters of the module.
Expand All @@ -171,7 +171,7 @@ pub struct QueryParamsResponse {
///
/// Since: cosmos-sdk 0.46
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.auth.v1beta1.QueryModuleAccountsRequest")]
#[proto_query(
path = "/cosmos.auth.v1beta1.Query/ModuleAccounts",
Expand Down Expand Up @@ -212,7 +212,7 @@ pub struct QueryModuleAccountByNameResponse {
///
/// Since: cosmos-sdk 0.46
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.auth.v1beta1.Bech32PrefixRequest")]
#[proto_query(
path = "/cosmos.auth.v1beta1.Query/Bech32Prefix",
Expand Down Expand Up @@ -281,7 +281,7 @@ pub struct AddressStringToBytesResponse {
///
/// Since: cosmos-sdk 0.46.2
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.auth.v1beta1.QueryAccountAddressByIDRequest")]
#[proto_query(
path = "/cosmos.auth.v1beta1.Query/AccountAddressByID",
Expand Down Expand Up @@ -369,7 +369,7 @@ pub struct MsgUpdateParams {
///
/// Since: cosmos-sdk 0.47
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.auth.v1beta1.MsgUpdateParamsResponse")]
pub struct MsgUpdateParamsResponse {}
pub struct AuthQuerier<'a, Q: cosmwasm_std::CustomQuery> {
Expand Down
4 changes: 2 additions & 2 deletions packages/injective-std/src/types/cosmos/authz/module/v1.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;

Check failure on line 1 in packages/injective-std/src/types/cosmos/authz/module/v1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`

Check failure on line 1 in packages/injective-std/src/types/cosmos/authz/module/v1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`
/// Module is the config object of the authz module.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.authz.module.v1.Module")]
pub struct Module {}
6 changes: 3 additions & 3 deletions packages/injective-std/src/types/cosmos/authz/v1beta1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;

Check failure on line 1 in packages/injective-std/src/types/cosmos/authz/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`

Check failure on line 1 in packages/injective-std/src/types/cosmos/authz/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`
/// GenericAuthorization gives the grantee unrestricted permissions to execute
/// the provided method on behalf of the granter's account.
#[allow(clippy::derive_partial_eq_without_eq)]
Expand Down Expand Up @@ -186,7 +186,7 @@ pub struct MsgGrant {
}
/// MsgGrantResponse defines the Msg/MsgGrant response type.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.authz.v1beta1.MsgGrantResponse")]
pub struct MsgGrantResponse {}
/// MsgExec attempts to execute the provided messages using
Expand Down Expand Up @@ -227,7 +227,7 @@ pub struct MsgRevoke {
}
/// MsgRevokeResponse defines the Msg/MsgRevokeResponse response type.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.authz.v1beta1.MsgRevokeResponse")]
pub struct MsgRevokeResponse {}
/// MsgExecCompatResponse defines the Msg/MsgExecCompatResponse response type.
Expand Down
2 changes: 1 addition & 1 deletion packages/injective-std/src/types/cosmos/bank/module/v1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;

Check failure on line 1 in packages/injective-std/src/types/cosmos/bank/module/v1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`

Check failure on line 1 in packages/injective-std/src/types/cosmos/bank/module/v1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`
/// Module is the config object of the bank module.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
Expand Down
12 changes: 6 additions & 6 deletions packages/injective-std/src/types/cosmos/bank/v1beta1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;

Check failure on line 1 in packages/injective-std/src/types/cosmos/bank/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`

Check failure on line 1 in packages/injective-std/src/types/cosmos/bank/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`
/// SendAuthorization allows the grantee to spend up to spend_limit coins from
/// the granter's account.
///
Expand Down Expand Up @@ -385,7 +385,7 @@ pub struct QuerySupplyOfResponse {
}
/// QueryParamsRequest defines the request type for querying x/bank parameters.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.bank.v1beta1.QueryParamsRequest")]
#[proto_query(
path = "/cosmos.bank.v1beta1.Query/Params",
Expand Down Expand Up @@ -601,7 +601,7 @@ pub struct MsgSend {
}
/// MsgSendResponse defines the Msg/Send response type.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.bank.v1beta1.MsgSendResponse")]
pub struct MsgSendResponse {}
/// MsgMultiSend represents an arbitrary multi-in, multi-out send message.
Expand All @@ -618,7 +618,7 @@ pub struct MsgMultiSend {
}
/// MsgMultiSendResponse defines the Msg/MultiSend response type.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.bank.v1beta1.MsgMultiSendResponse")]
pub struct MsgMultiSendResponse {}
/// MsgUpdateParams is the Msg/UpdateParams request type.
Expand All @@ -642,7 +642,7 @@ pub struct MsgUpdateParams {
///
/// Since: cosmos-sdk 0.47
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.bank.v1beta1.MsgUpdateParamsResponse")]
pub struct MsgUpdateParamsResponse {}
/// MsgSetSendEnabled is the Msg/SetSendEnabled request type.
Expand Down Expand Up @@ -673,7 +673,7 @@ pub struct MsgSetSendEnabled {
///
/// Since: cosmos-sdk 0.47
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.bank.v1beta1.MsgSetSendEnabledResponse")]
pub struct MsgSetSendEnabledResponse {}
pub struct BankQuerier<'a, Q: cosmwasm_std::CustomQuery> {
Expand Down
6 changes: 3 additions & 3 deletions packages/injective-std/src/types/cosmos/base/node/v1beta1.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;

Check failure on line 1 in packages/injective-std/src/types/cosmos/base/node/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`

Check failure on line 1 in packages/injective-std/src/types/cosmos/base/node/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`
/// ConfigRequest defines the request structure for the Config gRPC query.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.base.node.v1beta1.ConfigRequest")]
pub struct ConfigRequest {}
/// ConfigResponse defines the response structure for the Config gRPC query.
Expand All @@ -24,7 +24,7 @@ pub struct ConfigResponse {
}
/// StateRequest defines the request structure for the status of a node.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.base.node.v1beta1.StatusRequest")]
pub struct StatusRequest {}
/// StateResponse defines the response structure for the status of a node.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;

Check failure on line 1 in packages/injective-std/src/types/cosmos/base/query/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`

Check failure on line 1 in packages/injective-std/src/types/cosmos/base/query/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`
/// PageRequest is to be embedded in gRPC request messages for efficient
/// pagination. Ex:
///
Expand Down
10 changes: 5 additions & 5 deletions packages/injective-std/src/types/cosmos/base/v1beta1.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;

Check failure on line 1 in packages/injective-std/src/types/cosmos/base/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`

Check failure on line 1 in packages/injective-std/src/types/cosmos/base/v1beta1.rs

View workflow job for this annotation

GitHub Actions / Lints

unresolved import `osmosis_std_derive`
/// Coin defines a token with a denomination and an amount.
///
/// NOTE: The amount field is an Int which implements the custom method
/// signatures required by gogoproto.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.base.v1beta1.Coin")]
#[proto_message(type_url = "/cosmos.base.v1beta1.CoinCoinCoin")]
pub struct Coin {
#[prost(string, tag = "1")]
pub denom: ::prost::alloc::string::String,
Expand All @@ -18,7 +18,7 @@ pub struct Coin {
/// signatures required by gogoproto.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.base.v1beta1.DecCoin")]
#[proto_message(type_url = "/cosmos.base.v1beta1.DecCoinDecCoinDecCoin")]
pub struct DecCoin {
#[prost(string, tag = "1")]
pub denom: ::prost::alloc::string::String,
Expand All @@ -29,7 +29,7 @@ pub struct DecCoin {
/// Deprecated: Prefer to use math.Int directly. It supports binary Marshal and Unmarshal.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.base.v1beta1.IntProto")]
#[proto_message(type_url = "/cosmos.base.v1beta1.IntProtoIntProtoIntProto")]
pub struct IntProto {
#[prost(string, tag = "1")]
pub int: ::prost::alloc::string::String,
Expand All @@ -38,7 +38,7 @@ pub struct IntProto {
/// Deprecated: Prefer to use math.LegacyDec directly. It supports binary Marshal and Unmarshal.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.base.v1beta1.DecProto")]
#[proto_message(type_url = "/cosmos.base.v1beta1.DecProtoDecProtoDecProto")]
pub struct DecProto {
#[prost(string, tag = "1")]
pub dec: ::prost::alloc::string::String,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;
/// Module is the config object of the distribution module.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
Expand Down
16 changes: 8 additions & 8 deletions packages/injective-std/src/types/cosmos/distribution/v1beta1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;
/// Params defines the set of params for the distribution module.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
Expand Down Expand Up @@ -336,7 +336,7 @@ pub struct GenesisState {
}
/// QueryParamsRequest is the request type for the Query/Params RPC method.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.distribution.v1beta1.QueryParamsRequest")]
#[proto_query(
path = "/cosmos.distribution.v1beta1.Query/Params",
Expand Down Expand Up @@ -576,7 +576,7 @@ pub struct QueryDelegatorWithdrawAddressResponse {
/// QueryCommunityPoolRequest is the request type for the Query/CommunityPool RPC
/// method.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.distribution.v1beta1.QueryCommunityPoolRequest")]
#[proto_query(
path = "/cosmos.distribution.v1beta1.Query/CommunityPool",
Expand Down Expand Up @@ -607,7 +607,7 @@ pub struct MsgSetWithdrawAddress {
/// MsgSetWithdrawAddressResponse defines the Msg/SetWithdrawAddress response
/// type.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse")]
pub struct MsgSetWithdrawAddressResponse {}
/// MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator
Expand Down Expand Up @@ -663,7 +663,7 @@ pub struct MsgFundCommunityPool {
}
/// MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse")]
pub struct MsgFundCommunityPoolResponse {}
/// MsgUpdateParams is the Msg/UpdateParams request type.
Expand All @@ -687,7 +687,7 @@ pub struct MsgUpdateParams {
///
/// Since: cosmos-sdk 0.47
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.distribution.v1beta1.MsgUpdateParamsResponse")]
pub struct MsgUpdateParamsResponse {}
/// MsgCommunityPoolSpend defines a message for sending tokens from the community
Expand All @@ -712,7 +712,7 @@ pub struct MsgCommunityPoolSpend {
///
/// Since: cosmos-sdk 0.47
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.distribution.v1beta1.MsgCommunityPoolSpendResponse")]
pub struct MsgCommunityPoolSpendResponse {}
/// DepositValidatorRewardsPool defines the request structure to provide
Expand All @@ -735,7 +735,7 @@ pub struct MsgDepositValidatorRewardsPool {
///
/// Since: cosmos-sdk 0.50
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPoolResponse")]
pub struct MsgDepositValidatorRewardsPoolResponse {}
pub struct DistributionQuerier<'a, Q: cosmwasm_std::CustomQuery> {
Expand Down
4 changes: 2 additions & 2 deletions packages/injective-std/src/types/cosmos/feegrant/module/v1.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use injective_std_derive::CosmwasmExt;
use osmosis_std_derive::CosmwasmExt;
/// Module is the config object of the feegrant module.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
#[proto_message(type_url = "/cosmos.feegrant.module.v1.Module")]
pub struct Module {}
Loading

0 comments on commit 5be805c

Please sign in to comment.