You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to incorporate a txtype enum into En/Decodable2718, and make something like trait En/Decodable2718<T: Into<u8> + TryFrom<u8, Error = _>> or similar so that we can enforce that the 2718 implementation uses the network TxType via a type TxEnvelope: Encodable2718<Self::TxType> bound
I want to incorporate a txtype enum into
En/Decodable2718
, and make something liketrait En/Decodable2718<T: Into<u8> + TryFrom<u8, Error = _>>
or similar so that we can enforce that the 2718 implementation uses the networkTxType
via atype TxEnvelope: Encodable2718<Self::TxType>
boundOriginally posted by @prestwich in #431 (comment)
The text was updated successfully, but these errors were encountered: