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