pub type MessageTxCompose<DB> = Message<TxCompose<DB>>;
Aliased Type§
struct MessageTxCompose<DB> {
pub inner: TxCompose<DB>,
pub source: Option<String>,
pub time: Option<DateTime<Utc>>,
}
Fields§
§inner: TxCompose<DB>
§source: Option<String>
§time: Option<DateTime<Utc>>
Implementations§
Source§impl<DB> MessageTxCompose<DB>
impl<DB> MessageTxCompose<DB>
pub fn route(data: TxComposeData<DB>) -> Self
pub fn sign(data: TxComposeData<DB>) -> Self
pub fn estimate(data: TxComposeData<DB>) -> Self
pub fn broadcast(data: TxComposeData<DB>) -> Self
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.