@payburner/payburner-payid-client
Version:
Client library for PayID
14 lines • 640 B
JavaScript
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