SelectedWalletAccountContextProviderProps

type SelectedWalletAccountContextProviderProps = object & object;

Type Declaration

NameType
filterWallets()(wallet) => boolean
stateSyncobject
stateSync.deleteSelectedWallet()() => void
stateSync.getSelectedWallet()() => string | null
stateSync.storeSelectedWallet()(accountKey) => void

Type Declaration

NameType
childrenReact.ReactNode

On this page