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

    Type Alias UnspentOutputDataQuery

    Query options for unspent output data.

    type UnspentOutputDataQuery = {
        reservedBy?: string;
        scriptHash?: string;
        status?: UnspentOutputStatus;
        templateIdentifier?: string;
    }
    Index

    Properties

    reservedBy?: string

    Query by the invitation identifier that reserved the output

    scriptHash?: string

    Query by script hash

    Query by status

    templateIdentifier?: string

    Query by template identifier