@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
16 lines • 715 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LazyMintingSignature = void 0;
class LazyMintingSignature {
constructor(registryAddress, mintingSignature, tokenId, ownerAccountAddress, registrationData, registrarAddress, tokenClaimed) {
this.registryAddress = registryAddress;
this.mintingSignature = mintingSignature;
this.tokenId = tokenId;
this.ownerAccountAddress = ownerAccountAddress;
this.registrationData = registrationData;
this.registrarAddress = registrarAddress;
this.tokenClaimed = tokenClaimed;
}
}
exports.LazyMintingSignature = LazyMintingSignature;
//# sourceMappingURL=LazyMintingSignature.js.map