UNPKG

triam-sdk-contract

Version:

triam-sdk is a library for working with the Triam Horizon server.

22 lines (15 loc) 703 B
require('es6-promise').polyfill(); // stellar-sdk classes to expose export * from "./errors"; export {Config} from "./config"; export {Server} from "./server"; export {FederationServer, FEDERATION_RESPONSE_MAX_SIZE} from "./federation_server"; export {StellarTomlResolver, STELLAR_TOML_MAX_SIZE} from "./stellar_toml_resolver"; export {CoreConnection} from "./core_connection"; // export {Interface} from "./sc_interface"; // export {constructorMethod} from "./sc_interface"; // export {mainMethod} from "./sc_interface"; // export {fallbackMethod} from "./sc_interface"; // expose classes and functions from triam-base-contract export * from "triam-base-contract"; export default module.exports;