UNPKG

@payburner/payburner-payid-client

Version:
14 lines 640 B
var ResolvedCryptoAddressWithThumbprint = /** @class */ (function () { function ResolvedCryptoAddressWithThumbprint(network, environment, address, key, thumbprint, thumbprintHex, thumbprintMatrix) { this.network = network; this.environment = environment; this.address = address; this.publicKey = key; this.thumbprint = thumbprint; this.thumbprintHex = thumbprintHex; this.thumbprintMatrix = thumbprintMatrix; } return ResolvedCryptoAddressWithThumbprint; }()); export { ResolvedCryptoAddressWithThumbprint }; //# sourceMappingURL=ResolvedCryptoAddressWithThumbprint.js.map