@xo-cash/state
    Preparing search index...

    Type Alias ScriptHashData

    Data structure for storing script hash information in the storage.

    type ScriptHashData = {
        derivationSource: { derivativeIndex?: string; lockingType?: string };
        electrumSubscriptionIdentifier?: string;
        invitationIdentifier?: string;
        lockingBytecode: string;
        outputIdentifier: string;
        roleIdentifier?: string;
        scriptHash: string;
        templateIdentifier: string;
    }
    Index

    Properties

    derivationSource: { derivativeIndex?: string; lockingType?: string }

    Derivation source about the locking bytecode

    Type Declaration

    • OptionalderivativeIndex?: string

      The HD derivation index, used for P2PKH and standard HD key derivation

    • OptionallockingType?: string

      The type of the locking bytecode

    electrumSubscriptionIdentifier?: string

    Optional Electrum subscription identifier

    invitationIdentifier?: string

    Optional invitation identifier

    lockingBytecode: string

    The locking bytecode as a hex string

    outputIdentifier: string

    The output identifier from the template

    roleIdentifier?: string

    Optional role identifier

    scriptHash: string

    The script hash of the locking bytecode

    templateIdentifier: string

    The template identifier this locking bytecode belongs to