Type alias MessageOptionsBeta

MessageOptions: {
    receiver?: BearerDid;
    sender: BearerDid;
}

Options passed to DevTools.createRfq

Type declaration

  • Optional receiver?: BearerDid

    @web5/dids#BearerDid of the rfq receiver.

  • sender: BearerDid

    @web5/dids#BearerDid of the message sender. When generating RFQ, it is used to generate a random credential that fulfills the vcRequirements of the offering returned by DevTools.createOffering