Type alias FetchRequestsRequest

FetchRequestsRequest: Omit<FetchPermissionRequestParams, "author" | "target" | "remote"> & {
    from?: string;
}

Represents the request payload for fetching permission requests from a Decentralized Web Node (DWN).

Optionally, specify a remote DWN target in the from property to fetch requests from.

Type declaration

  • Optional from?: string

    Optional DID specifying the remote target DWN tenant to be queried.