UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

4 lines 229 B
import type { RadixProvider } from '../ProviderType.js'; import type { ProviderBuilderFn } from './types.js'; export declare const defaultRadixProviderBuilder: ProviderBuilderFn<RadixProvider>; //# sourceMappingURL=radix.d.ts.map