Function binToValueSatoshis

  • Decode an Output.valueSatoshis into a BigInt. This is an alias for binToBigIntUint64LE.

    Throws if the provided value is shorter than 8 bytes.

    Parameters

    • bin: Uint8Array

    Returns bigint

Generated using TypeDoc