UNPKG

@vechain/sdk-network

Version:

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

4 lines (3 loc) 147 B
export { ContractFactory } from './contract-factory'; export { Contract } from './contract'; export type { ContractFunctionAsync } from './types';