Function.useKeybanDpp
function useKeybanDpp(productSheetId: string, dppId: string): readonly [KeybanNft | null, Error | null];
Retrives a single DPP.
Parameters
| Parameter | Type | Description |
|---|---|---|
productSheetId | string | The identifier of the product |
dppId | string | The ID of the DPP |
Returns
readonly [KeybanNft | null, Error | null]
- The result containing the DPP or an error.