UNPKG

@vechain/sdk-network

Version:

This module serves as the standard interface connecting decentralized applications (dApps) and users to the VeChainThor blockchain

9 lines (6 loc) 173 B
import { formatToRPCStandard } from './formatter'; export * from './formatter'; export type * from './types.d'; export const debugFormatter = { formatToRPCStandard };