Caravan Documentation
    Preparing search index...

    Class PsbtV2MapsAbstract

    This is provided for utility to allow for mapping, map copying, and serialization operations for psbts. This does almost no validation, so do not rely on it for ensuring a valid psbt.

    Use PsbtV2Maps from @caravan/psbt instead. This copy is unmaintained and will be removed.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    globalMap: Map<string, Buffer> = ...
    inputMaps: Map<string, Buffer>[] = []
    outputMaps: Map<string, Buffer>[] = []

    Methods