@payburner/payburner-payid-client-core
Version:
Models library for Core Payburner
16 lines • 694 B
JavaScript
;
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