Untitled

 avatar
unknown
plain_text
2 years ago
244 B
5
Indexable
import { EIP1193RequestFn, TransportConfig } from "viem";

interface ISignerDetails {
    address: string | undefined;
    transport: (TransportConfig<string, EIP1193RequestFn> & Record<string, any>) | undefined;
    chain: Chain | undefined;
}
Editor is loading...