UNPKG

stellar-plus

Version:

beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain

6 lines (5 loc) 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClassicChannelAccountsPlugin = void 0; var channel_accounts_1 = require("./channel-accounts"); Object.defineProperty(exports, "ClassicChannelAccountsPlugin", { enumerable: true, get: function () { return channel_accounts_1.ClassicChannelAccountsPlugin; } });