Function scid_from_parts
pub fn scid_from_parts(
block: u64,
tx_index: u64,
vout_index: u64,
) -> Result<u64, ShortChannelIdError>
Expand description
Constructs a short_channel_id
using the components pieces. Results in an error
if the block height, tx index, or vout index overflow the maximum sizes.