api: Run just check-api
This commit is contained in:
parent
d1f84329e4
commit
2bde5d002e
|
@ -6346,6 +6346,7 @@ pub const bitcoin::pow::Target::MAX_ATTAINABLE_SIGNET: Self
|
||||||
pub const bitcoin::pow::Target::MAX_ATTAINABLE_TESTNET: Self
|
pub const bitcoin::pow::Target::MAX_ATTAINABLE_TESTNET: Self
|
||||||
pub const bitcoin::pow::Target::ZERO: bitcoin::pow::Target
|
pub const bitcoin::pow::Target::ZERO: bitcoin::pow::Target
|
||||||
pub const bitcoin::psbt::Psbt::DEFAULT_MAX_FEE_RATE: bitcoin_units::fee_rate::FeeRate
|
pub const bitcoin::psbt::Psbt::DEFAULT_MAX_FEE_RATE: bitcoin_units::fee_rate::FeeRate
|
||||||
|
pub const bitcoin::psbt::PsbtSighashType::ALL: bitcoin::psbt::PsbtSighashType
|
||||||
pub const bitcoin::script::witness_program::MAX_SIZE: usize = 40usize
|
pub const bitcoin::script::witness_program::MAX_SIZE: usize = 40usize
|
||||||
pub const bitcoin::script::witness_program::MIN_SIZE: usize = 2usize
|
pub const bitcoin::script::witness_program::MIN_SIZE: usize = 2usize
|
||||||
pub const bitcoin::sign_message::BITCOIN_SIGNED_MSG_PREFIX: &[u8]
|
pub const bitcoin::sign_message::BITCOIN_SIGNED_MSG_PREFIX: &[u8]
|
||||||
|
|
|
@ -6048,6 +6048,7 @@ pub const bitcoin::pow::Target::MAX_ATTAINABLE_SIGNET: Self
|
||||||
pub const bitcoin::pow::Target::MAX_ATTAINABLE_TESTNET: Self
|
pub const bitcoin::pow::Target::MAX_ATTAINABLE_TESTNET: Self
|
||||||
pub const bitcoin::pow::Target::ZERO: bitcoin::pow::Target
|
pub const bitcoin::pow::Target::ZERO: bitcoin::pow::Target
|
||||||
pub const bitcoin::psbt::Psbt::DEFAULT_MAX_FEE_RATE: bitcoin_units::fee_rate::FeeRate
|
pub const bitcoin::psbt::Psbt::DEFAULT_MAX_FEE_RATE: bitcoin_units::fee_rate::FeeRate
|
||||||
|
pub const bitcoin::psbt::PsbtSighashType::ALL: bitcoin::psbt::PsbtSighashType
|
||||||
pub const bitcoin::script::witness_program::MAX_SIZE: usize = 40usize
|
pub const bitcoin::script::witness_program::MAX_SIZE: usize = 40usize
|
||||||
pub const bitcoin::script::witness_program::MIN_SIZE: usize = 2usize
|
pub const bitcoin::script::witness_program::MIN_SIZE: usize = 2usize
|
||||||
pub const bitcoin::sign_message::BITCOIN_SIGNED_MSG_PREFIX: &[u8]
|
pub const bitcoin::sign_message::BITCOIN_SIGNED_MSG_PREFIX: &[u8]
|
||||||
|
|
|
@ -5429,6 +5429,7 @@ pub const bitcoin::pow::Target::MAX_ATTAINABLE_SIGNET: Self
|
||||||
pub const bitcoin::pow::Target::MAX_ATTAINABLE_TESTNET: Self
|
pub const bitcoin::pow::Target::MAX_ATTAINABLE_TESTNET: Self
|
||||||
pub const bitcoin::pow::Target::ZERO: bitcoin::pow::Target
|
pub const bitcoin::pow::Target::ZERO: bitcoin::pow::Target
|
||||||
pub const bitcoin::psbt::Psbt::DEFAULT_MAX_FEE_RATE: bitcoin_units::fee_rate::FeeRate
|
pub const bitcoin::psbt::Psbt::DEFAULT_MAX_FEE_RATE: bitcoin_units::fee_rate::FeeRate
|
||||||
|
pub const bitcoin::psbt::PsbtSighashType::ALL: bitcoin::psbt::PsbtSighashType
|
||||||
pub const bitcoin::script::witness_program::MAX_SIZE: usize = 40usize
|
pub const bitcoin::script::witness_program::MAX_SIZE: usize = 40usize
|
||||||
pub const bitcoin::script::witness_program::MIN_SIZE: usize = 2usize
|
pub const bitcoin::script::witness_program::MIN_SIZE: usize = 2usize
|
||||||
pub const bitcoin::sign_message::BITCOIN_SIGNED_MSG_PREFIX: &[u8]
|
pub const bitcoin::sign_message::BITCOIN_SIGNED_MSG_PREFIX: &[u8]
|
||||||
|
|
Loading…
Reference in New Issue