UNPKG

@payburner/payburner-payid-client-core

Version:
16 lines 694 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResolvedCryptoAddressWithThumbprint = void 0; class ResolvedCryptoAddressWithThumbprint { constructor(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; } } exports.ResolvedCryptoAddressWithThumbprint = ResolvedCryptoAddressWithThumbprint; //# sourceMappingURL=ResolvedCryptoAddressWithThumbprint.js.map