Type Alias fedimint_core::transaction::SerdeTransaction

source ·
pub type SerdeTransaction = SerdeModuleEncoding<Transaction>;

Aliased Type§

struct SerdeTransaction(Vec<u8>, PhantomData<Transaction>);

Fields§

§0: Vec<u8>§1: PhantomData<Transaction>