@payburner/payburner-payid-client
Version:
Client library for PayID
9 lines • 319 B
JavaScript
var UnsignedPayIDAddressImpl = /** @class */ (function () {
function UnsignedPayIDAddressImpl(payId, address) {
this.payIdAddress = address;
this.payId = payId;
}
return UnsignedPayIDAddressImpl;
}());
export { UnsignedPayIDAddressImpl };
//# sourceMappingURL=UnsignedPayIDAddressImpl.js.map