UNPKG

@ardier16/q-js-sdk

Version:

Typescript Library to interact with Q System Contracts

18 lines 919 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPRSMembershipInstance = void 0; const ExpertsMembershipInstance_1 = require("./ExpertsMembershipInstance"); /** * EPRS membership instance to interact with EPRS membership contract. * See [onchain documentation](@system-contracts-repo/@network/EPRS_Membership/) for more details. * An instance of this class for a deployed network can be obtained via {@link ContractRegistryInstance.EPRSMembership} */ class EPRSMembershipInstance extends ExpertsMembershipInstance_1.ExpertsMembershipInstance { constructor(web3, address) { super(web3, EPRSMembershipInstance.abi, address); } } exports.EPRSMembershipInstance = EPRSMembershipInstance; EPRSMembershipInstance.registryKey = 'governance.experts.EPRS.membership'; EPRSMembershipInstance.abi = 'EPRS_Membership.json'; //# sourceMappingURL=EPRSMembershipInstance.js.map