Skip to content

Commit

Permalink
reexport broadcast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Nov 21, 2024
1 parent 9bb8299 commit 388dd50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grpc/src/types/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use prost::{Message, Name};

use celestia_proto::cosmos::crypto::secp256k1;
use celestia_proto::cosmos::tx::v1beta1::{
BroadcastMode, BroadcastTxRequest, BroadcastTxResponse, GetTxRequest as RawGetTxRequest,
BroadcastTxRequest, BroadcastTxResponse, GetTxRequest as RawGetTxRequest,
GetTxResponse as RawGetTxResponse, SignDoc,
};
use celestia_tendermint::public_key::Secp256k1 as VerifyingKey;
Expand All @@ -20,6 +20,8 @@ use celestia_types::state::{
use crate::types::{FromGrpcResponse, IntoGrpcParam};
use crate::Error;

pub use celestia_proto::cosmos::tx::v1beta1::BroadcastMode;

/// Response to GetTx
#[derive(Debug)]
pub struct GetTxResponse {
Expand Down

0 comments on commit 388dd50

Please sign in to comment.