UNPKG

steem-auth-vue

Version:

A Vue 3 authentication component for Steem blockchain and Echelon sidechain

5 lines (4 loc) 201 B
import * as dsteem from 'dsteem'; export declare function initClient(endpoint?: string, options?: dsteem.ClientOptions): void; declare const clientProxy: dsteem.Client; export default clientProxy;