UNPKG

@payburner/payburner-payid-client-core

Version:
11 lines 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnsignedPayIDAddressImpl = void 0; class UnsignedPayIDAddressImpl { constructor(payId, address) { this.payIdAddress = address; this.payId = payId; } } exports.UnsignedPayIDAddressImpl = UnsignedPayIDAddressImpl; //# sourceMappingURL=UnsignedPayIDAddressImpl.js.map