UNPKG

@onekeyfe/blockchain-link

Version:

High-level javascript interface for blockchain communication

8 lines (7 loc) 200 B
import * as MESSAGES from './messages'; import * as RESPONSES from './responses'; export { MESSAGES, RESPONSES }; export declare const NETWORKS: { RIPPLE: 'ripple'; BLOCKBOOK: 'blockbook'; };