UNPKG

@aut-labs/sdk

Version:

The TS/JS SDK package aims to make it easy for frontends/backends to integrate with Aut Smart Contracts

13 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseNFTModel = void 0; class BaseNFTModel { constructor(data) { this.name = data.name; this.description = data.description; this.image = data.image; this.properties = data.properties; } } exports.BaseNFTModel = BaseNFTModel; //# sourceMappingURL=baseNFTModel.js.map