UNPKG

@pirichain/core

Version:

Pirichain API package contains base commands for common usage.

7 lines 267 B
import { FetchResponse } from "../config/response"; export default class Utility extends FetchResponse { constructor(baseURL: string); isValidAddress: (address: string) => boolean; search(value: string): Promise<any>; } //# sourceMappingURL=index.d.ts.map