UNPKG
@keygate/wallet-management
Version:
latest (3.14.1)
3.14.1
3.14.0
Keygate Wallet Management solution.
github.com/keygate-io/swaps-sdk
keygate-io/swaps-sdk
@keygate/wallet-management
/
dist
/
esm
/
useSyncWagmiConfig.d.ts
5 lines
(4 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
ExtendedChain
}
from
'@keygate/sdk'
;
import
type
{
Chain
}
from
'viem'
;
import
type
{
Config
,
CreateConnectorFn
}
from
'wagmi'
;
export
declare
const
useSyncWagmiConfig
:
(
wagmiConfig
:
Config
,
connectors
:
CreateConnectorFn
[],
chains
?: (ExtendedChain | Chain)[]
) =>
void
;