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

    Interface GetSpendableResourcesParameters

    Parameters for finding suitable resources.

    interface GetSpendableResourcesParameters {
        outputIdentifier: string;
        templateIdentifier: string;
    }
    Index

    Properties

    outputIdentifier: string

    Identifier of the output within the template.

    templateIdentifier: string

    Identifier of the template to use for resource selection.