UNPKG

blockchain-api

Version:

API utilities for interacting with the Exatechl2 blockchain

8 lines (7 loc) 105 B
/** * Simple search result type */ export interface SearchResult { type: string; id: string; }