blob decoding

This commit is contained in:
realbigsean
2023-02-03 17:06:33 -05:00
parent 6d2dff66a0
commit d9e83e6cec
6 changed files with 97 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ pub enum Error {
UnsupportedForkVariant(String),
BadConversion(String),
RlpDecoderError(rlp::DecoderError),
BlobTxConversionError,
}
impl From<reqwest::Error> for Error {