UNPKG

@colony/colony-js-contract-client

Version:

Method-like interface for Smart Contracts

16 lines (11 loc) 323 B
/* @flow */ import ContractClient from './classes/ContractClient'; export { addParamType } from './modules/paramTypes'; export type { ContractClientConstructorArgs, ContractMethodSenderArgs, ContractResponse, MultisigOperationConstructorArgs, SendOptions, } from './flowtypes'; export default ContractClient;