Type Alias: ChainBlockExplorer
type ChainBlockExplorer = {
apiUrl: string;
name: string;
url: string;
};Defined in: support/wallet-common/lib/chains/viem/type.ts:53
Viem-compatible type, used in Chain.
Type declaration
apiUrl?
optional apiUrl: string;name
name: string;url
url: string;