@cityofzion/neon-js
Version:
Neon-JS SDK for interacting with NEO blockchain
11 lines • 505 B
TypeScript
import * as nep17 from "./nep17";
import { SmartContract } from "./contract";
import { getSystemFee, calculateNetworkFee, setBlockExpiry, addFees, deployContract, getContractHash } from "./helpers";
declare const txHelpers: {
getSystemFee: typeof getSystemFee;
calculateNetworkFee: typeof calculateNetworkFee;
setBlockExpiry: typeof setBlockExpiry;
addFees: typeof addFees;
};
export { nep17, txHelpers, SmartContract, deployContract, getContractHash };
//# sourceMappingURL=index.d.ts.map