WalletStatusVerifier HOC
const ComponentWithConection = withWalletStatusVerifier(MyComponent); Copy
const ComponentWithConection = withWalletStatusVerifier(MyComponent);
The component to render if the wallet is connected and synced
The WalletStatusVerifier HOC
WalletStatusVerifier HOC
Example