@rainbow-me/kit-utils
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -0,6 +1,6 @@ | ||
import type { AbstractConnector } from '@web3-react/abstract-connector'; | ||
export declare type Wallet = { | ||
name: string; | ||
hidden?: boolean; | ||
options?: Record<string, any>; | ||
connectorName?: string; | ||
connector: AbstractConnector; | ||
}; | ||
@@ -7,0 +7,0 @@ export declare type TxHistoryFetcher<Tx = any, P = any, O = any> = (opts: { |
{ | ||
"name": "@rainbow-me/kit-utils", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"exports": "./dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts", |
39638