UNPKG

blockchain-api

Version:

API utilities for interacting with the Exatechl2 blockchain

7 lines 107 B
/** * Simple search result type */ export interface SearchResult { type: string; id: string; }