File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -313,15 +313,15 @@ Hooks are a way to invoke functions and then invoke certain behaviors inside the
313
313
314
314
### ` cacheContractHook `
315
315
316
- ** Signature** :
316
+ ** Signature** :
317
317
`cacheContractHook = async (action: () => Promise<any > | any,
318
318
contractId?: string,
319
319
refreshCommunityContract?: boolean)`
320
320
321
- ** Parameters** :
322
- * action* : Action to be called inside before executing the hook
323
- * contractId* : Contract to be cached right after ` action ` has finished its execution
324
- * refreshCommunityContract* : Whether the community contract should be updated after ` action ` has finished its execution
321
+ ** Parameters** :
322
+ * action* : Action to be called inside before executing the hook
323
+ * contractId* : Contract to be cached right after ` action ` has finished its execution
324
+ * refreshCommunityContract* : Whether the community contract should be updated after ` action ` has finished its execution
325
325
326
326
** Usage** :
327
327
You can’t perform that action at this time.
0 commit comments