Skip to content

Commit 38b47c7

Browse files
committed
Update API
1 parent ac51770 commit 38b47c7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

api/units/all-features.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,9 +1900,9 @@ pub fn bitcoin_units::Weight::try_from(s: alloc::boxed::Box<str>) -> core::resul
19001900
pub fn bitcoin_units::Weight::try_from(s: alloc::string::String) -> core::result::Result<Self, Self::Error>
19011901
pub fn bitcoin_units::amount::AmountDecoder::default() -> Self
19021902
pub 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
19041903
pub fn bitcoin_units::amount::AmountDecoder::new() -> Self
19051904
pub 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
19061906
pub fn bitcoin_units::amount::AmountEncoder::advance(&mut self) -> bool
19071907
pub fn bitcoin_units::amount::AmountEncoder::current_chunk(&self) -> core::option::Option<&[u8]>
19081908
pub 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>) ->
20142014
pub fn bitcoin_units::block::BlockHeight::try_from(s: alloc::string::String) -> core::result::Result<Self, Self::Error>
20152015
pub fn bitcoin_units::block::BlockHeightDecoder::default() -> Self
20162016
pub 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
20182017
pub fn bitcoin_units::block::BlockHeightDecoder::new() -> Self
20192018
pub 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
20202020
pub fn bitcoin_units::block::BlockHeightDecoderError::clone(&self) -> bitcoin_units::block::BlockHeightDecoderError
20212021
pub fn bitcoin_units::block::BlockHeightDecoderError::eq(&self, other: &bitcoin_units::block::BlockHeightDecoderError) -> bool
20222022
pub 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
21642164
pub fn bitcoin_units::locktime::absolute::LockTime::try_from(s: alloc::string::String) -> core::result::Result<Self, Self::Error>
21652165
pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::default() -> Self
21662166
pub 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
21682167
pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::new() -> Self
21692168
pub 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
21702170
pub fn bitcoin_units::locktime::absolute::LockTimeEncoder::advance(&mut self) -> bool
21712171
pub fn bitcoin_units::locktime::absolute::LockTimeEncoder::current_chunk(&self) -> core::option::Option<&[u8]>
21722172
pub 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>) ->
24302430
pub fn bitcoin_units::sequence::Sequence::try_from(s: alloc::string::String) -> core::result::Result<Self, Self::Error>
24312431
pub fn bitcoin_units::sequence::SequenceDecoder::default() -> Self
24322432
pub 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
24342433
pub fn bitcoin_units::sequence::SequenceDecoder::new() -> Self
24352434
pub 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
24362436
pub fn bitcoin_units::sequence::SequenceDecoderError::clone(&self) -> bitcoin_units::sequence::SequenceDecoderError
24372437
pub fn bitcoin_units::sequence::SequenceDecoderError::eq(&self, other: &bitcoin_units::sequence::SequenceDecoderError) -> bool
24382438
pub 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
24422442
pub fn bitcoin_units::sequence::SequenceEncoder::current_chunk(&self) -> core::option::Option<&[u8]>
24432443
pub fn bitcoin_units::time::BlockTimeDecoder::default() -> Self
24442444
pub 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
24462445
pub fn bitcoin_units::time::BlockTimeDecoder::new() -> Self
24472446
pub 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
24482448
pub fn bitcoin_units::time::BlockTimeDecoderError::clone(&self) -> bitcoin_units::time::BlockTimeDecoderError
24492449
pub fn bitcoin_units::time::BlockTimeDecoderError::eq(&self, other: &bitcoin_units::time::BlockTimeDecoderError) -> bool
24502450
pub fn bitcoin_units::time::BlockTimeDecoderError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result

0 commit comments

Comments
 (0)