@@ -1900,9 +1900,9 @@ pub fn bitcoin_units::Weight::try_from(s: alloc::boxed::Box<str>) -> core::resul
19001900pub fn bitcoin_units::Weight::try_from(s: alloc::string::String) -> core::result::Result<Self, Self::Error>
19011901pub fn bitcoin_units::amount::AmountDecoder::default() -> Self
19021902pub fn bitcoin_units::amount::AmountDecoder::end(self) -> core::result::Result<Self::Output, Self::Error>
1903- pub fn bitcoin_units::amount::AmountDecoder::min_bytes_needed(&self) -> usize
19041903pub fn bitcoin_units::amount::AmountDecoder::new() -> Self
19051904pub fn bitcoin_units::amount::AmountDecoder::push_bytes(&mut self, bytes: &mut &[u8]) -> core::result::Result<bool, Self::Error>
1905+ pub fn bitcoin_units::amount::AmountDecoder::read_limit(&self) -> usize
19061906pub fn bitcoin_units::amount::AmountEncoder::advance(&mut self) -> bool
19071907pub fn bitcoin_units::amount::AmountEncoder::current_chunk(&self) -> core::option::Option<&[u8]>
19081908pub fn bitcoin_units::amount::Denomination::arbitrary(u: &mut arbitrary::unstructured::Unstructured<'a>) -> arbitrary::error::Result<Self>
@@ -2014,9 +2014,9 @@ pub fn bitcoin_units::block::BlockHeight::try_from(s: alloc::boxed::Box<str>) ->
20142014pub fn bitcoin_units::block::BlockHeight::try_from(s: alloc::string::String) -> core::result::Result<Self, Self::Error>
20152015pub fn bitcoin_units::block::BlockHeightDecoder::default() -> Self
20162016pub fn bitcoin_units::block::BlockHeightDecoder::end(self) -> core::result::Result<Self::Output, Self::Error>
2017- pub fn bitcoin_units::block::BlockHeightDecoder::min_bytes_needed(&self) -> usize
20182017pub fn bitcoin_units::block::BlockHeightDecoder::new() -> Self
20192018pub fn bitcoin_units::block::BlockHeightDecoder::push_bytes(&mut self, bytes: &mut &[u8]) -> core::result::Result<bool, Self::Error>
2019+ pub fn bitcoin_units::block::BlockHeightDecoder::read_limit(&self) -> usize
20202020pub fn bitcoin_units::block::BlockHeightDecoderError::clone(&self) -> bitcoin_units::block::BlockHeightDecoderError
20212021pub fn bitcoin_units::block::BlockHeightDecoderError::eq(&self, other: &bitcoin_units::block::BlockHeightDecoderError) -> bool
20222022pub fn bitcoin_units::block::BlockHeightDecoderError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
@@ -2164,9 +2164,9 @@ pub fn bitcoin_units::locktime::absolute::LockTime::try_from(s: alloc::boxed::Bo
21642164pub fn bitcoin_units::locktime::absolute::LockTime::try_from(s: alloc::string::String) -> core::result::Result<Self, Self::Error>
21652165pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::default() -> Self
21662166pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::end(self) -> core::result::Result<Self::Output, Self::Error>
2167- pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::min_bytes_needed(&self) -> usize
21682167pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::new() -> Self
21692168pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::push_bytes(&mut self, bytes: &mut &[u8]) -> core::result::Result<bool, Self::Error>
2169+ pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::read_limit(&self) -> usize
21702170pub fn bitcoin_units::locktime::absolute::LockTimeEncoder::advance(&mut self) -> bool
21712171pub fn bitcoin_units::locktime::absolute::LockTimeEncoder::current_chunk(&self) -> core::option::Option<&[u8]>
21722172pub fn bitcoin_units::locktime::absolute::MedianTimePast::arbitrary(u: &mut arbitrary::unstructured::Unstructured<'a>) -> arbitrary::error::Result<Self>
@@ -2430,9 +2430,9 @@ pub fn bitcoin_units::sequence::Sequence::try_from(s: alloc::boxed::Box<str>) ->
24302430pub fn bitcoin_units::sequence::Sequence::try_from(s: alloc::string::String) -> core::result::Result<Self, Self::Error>
24312431pub fn bitcoin_units::sequence::SequenceDecoder::default() -> Self
24322432pub fn bitcoin_units::sequence::SequenceDecoder::end(self) -> core::result::Result<Self::Output, Self::Error>
2433- pub fn bitcoin_units::sequence::SequenceDecoder::min_bytes_needed(&self) -> usize
24342433pub fn bitcoin_units::sequence::SequenceDecoder::new() -> Self
24352434pub fn bitcoin_units::sequence::SequenceDecoder::push_bytes(&mut self, bytes: &mut &[u8]) -> core::result::Result<bool, Self::Error>
2435+ pub fn bitcoin_units::sequence::SequenceDecoder::read_limit(&self) -> usize
24362436pub fn bitcoin_units::sequence::SequenceDecoderError::clone(&self) -> bitcoin_units::sequence::SequenceDecoderError
24372437pub fn bitcoin_units::sequence::SequenceDecoderError::eq(&self, other: &bitcoin_units::sequence::SequenceDecoderError) -> bool
24382438pub fn bitcoin_units::sequence::SequenceDecoderError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
@@ -2442,9 +2442,9 @@ pub fn bitcoin_units::sequence::SequenceEncoder::advance(&mut self) -> bool
24422442pub fn bitcoin_units::sequence::SequenceEncoder::current_chunk(&self) -> core::option::Option<&[u8]>
24432443pub fn bitcoin_units::time::BlockTimeDecoder::default() -> Self
24442444pub fn bitcoin_units::time::BlockTimeDecoder::end(self) -> core::result::Result<Self::Output, Self::Error>
2445- pub fn bitcoin_units::time::BlockTimeDecoder::min_bytes_needed(&self) -> usize
24462445pub fn bitcoin_units::time::BlockTimeDecoder::new() -> Self
24472446pub fn bitcoin_units::time::BlockTimeDecoder::push_bytes(&mut self, bytes: &mut &[u8]) -> core::result::Result<bool, Self::Error>
2447+ pub fn bitcoin_units::time::BlockTimeDecoder::read_limit(&self) -> usize
24482448pub fn bitcoin_units::time::BlockTimeDecoderError::clone(&self) -> bitcoin_units::time::BlockTimeDecoderError
24492449pub fn bitcoin_units::time::BlockTimeDecoderError::eq(&self, other: &bitcoin_units::time::BlockTimeDecoderError) -> bool
24502450pub fn bitcoin_units::time::BlockTimeDecoderError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
0 commit comments