UNPKG

@hypernetlabs/objects

Version:
16 lines 715 B
"use strict"; 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