UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

3 lines (2 loc) 143 B
import { ApiOptions } from '../interfaces'; export declare function buildApiUri(options: ApiOptions, protocol: string, path?: string): string;