UNPKG

@logsn/arweave

Version:
7 lines (6 loc) 176 B
export interface NetConfig { protocol: string; host: string; port?: number; } export declare const getDefaultConfig: (protocol: string, host: string) => NetConfig;