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

    Type Alias XOTemplateTransactionOutput

    Reference to an output in a transaction definition in the template.

    type XOTemplateTransactionOutput = {
        output: XOTemplateOutputIdentifier;
        outputIndex?: number;
    }
    Index

    Properties

    Properties

    The output definition identifier.

    outputIndex?: number

    Optional index of this output in the transaction.