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

    Type Alias XOTemplateTransactionInput

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

    type XOTemplateTransactionInput = {
        input: XOTemplateInputIdentifier;
        inputIndex?: number;
    }
    Index

    Properties

    Properties

    The input definition identifier.

    inputIndex?: number

    Optional index of this input in the transaction.