//! Convenient extensions to the `subxt` library.
use ;
pub use *;
/// An alias for a type of a key pair that signs chain transactions.
pub type RawKeyPair = Pair;
/// An alias for an account id type.
pub type AccountId = AccountId32;
/// An alias for a hash type.
pub type CodeHash = H256;
/// An alias for a block hash type.
pub type BlockHash = H256;
/// An alias for a transaction hash type.
pub type TxHash = H256;
/// When submitting a transaction, wait for given status before proceeding.