Type alias GetExchangesOptionsBeta

GetExchangesOptions: {
    did: BearerDid;
    filter?: {
        id: string | string[];
    };
    pfiDid: string;
}

options passed to TbdexHttpClient.getExchanges method

Type declaration

  • did: BearerDid

    the message author's DID

  • Optional filter?: {
        id: string | string[];
    }

    the filter to select the desired exchanges

    • id: string | string[]

      ID or IDs of exchanges to get

  • pfiDid: string

    the DID of the PFI from whom you want to get offerings