UNPKG

butterjs-sdk

Version:
13 lines (12 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NearNetworkConfig = void 0; class NearNetworkConfig { constructor(fromAccount, keyStore, nodeUrl, networkId) { this.fromAccount = fromAccount; this.keyStore = keyStore; this.nodeUrl = nodeUrl; this.networkId = networkId; } } exports.NearNetworkConfig = NearNetworkConfig;