Encode a BigInt into an Output.valueSatoshis. This is an alias for bigIntToBinUint64LE.
BigInt
This method will return an incorrect result for values outside of the range 0 to 0xffff_ffff_ffff_ffff (18446744073709551615).
18446744073709551615
For the reverse, see binToValueSatoshis.
Generated using TypeDoc
Encode a
BigInt
into an Output.valueSatoshis. This is an alias for bigIntToBinUint64LE.This method will return an incorrect result for values outside of the range 0 to 0xffff_ffff_ffff_ffff (
18446744073709551615
).For the reverse, see binToValueSatoshis.