butterjs-sdk
Version:
Butter Network SDK
13 lines (12 loc) • 397 B
JavaScript
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;
;