@broxus/js-core
Version:
MobX-based JavaScript Core library
9 lines (8 loc) • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.voteEscrowProposalContract = voteEscrowProposalContract;
const abi_1 = require("../../models/vote-escrow-proposal/abi");
const utils_1 = require("../../utils");
function voteEscrowProposalContract(connection, address) {
return new connection.Contract(abi_1.VoteEscrowProposalAbi, (0, utils_1.resolveTvmAddress)(address));
}