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

    Type Alias XOTemplateInput

    XOTemplateInput: XOTemplateViewProperties & {
        omitChangeAmounts?: XOTemplateAssetAmounts;
        sequenceNumber?: (...) | (...);
        token?: (...) | (...);
        unlockingScript?: string;
        valueSatoshis?: (...) | (...);
    }

    An input definition in the template.

    Type Declaration

    • OptionalomitChangeAmounts?: XOTemplateAssetAmounts

      Amount of change that should be omitted from the automatic change handling. WARNING: Setting this can result in loss of funds!

    • OptionalsequenceNumber?: (...) | (...)

      The sequence number of this input.

      • number: A specific sequence number.
      • string: A CashASM expression that resolves to the sequence number.
    • Optionaltoken?: (...) | (...)

      Token configuration for this input.

    • OptionalunlockingScript?: string

      Identifier of the unlocking script to use for the UTXO provided for this input.

    • OptionalvalueSatoshis?: (...) | (...)

      The amount of satoshis for this input.

      • Satoshis: A specific amount of satoshis.
      • string: A CashASM expression that resolves to the satoshi amount.