@pokt-network/pocket-js
Version:
Pocket-js core package with the main functionalities to interact with the Pocket Network.
13 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TxMsg = void 0;
/**
* Parent class to all Msg to be sent over inside Transactions
*/
var TxMsg = /** @class */ (function () {
function TxMsg() {
}
return TxMsg;
}());
exports.TxMsg = TxMsg;
//# sourceMappingURL=tx-msg.js.map