Utils
There are 5 utility functions in total that each perform essential tasks.
Last updated
There are 5 utility functions in total that each perform essential tasks.
Last updated
- returns a KV object with chainId
s' keyed to HTTP transport URLs.
- a util function that wraps the rest of them so that the hook only needs to make a single function call. Output is identical to .
- returns true
if the current page is marked public in the block3d.config
.
- returns two Rule
arrays, simplePassing
for the rules the user meets the criteria for, and simpleFailing
for the rules the user doesn't meet the criteria for.
- returns two Rule
arrays, tokenPassing
for rules the user meets the criteria for, and tokenFailing
for rules the user doesn't meet the criteria for.
- returns two Rule
arrays, nftPassing
for rules the user meets the criteria for, and nftFailing
for rules the user doesn't meet the criteria for.