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
313313
314314### ` cacheContractHook `
315315
316- ** Signature** :
316+ ** Signature** :
317317`cacheContractHook = async (action: () => Promise<any > | any,
318318contractId?: string,
319319refreshCommunityContract?: boolean)`
320320
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
325325
326326** Usage** :
327327
You can’t perform that action at this time.
0 commit comments