@swaptoshi/dex-module
Version:
Klayr decentralized exchange (dex) on-chain module
15 lines • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.tokenUriNFTAttributeSchema = void 0;
exports.tokenUriNFTAttributeSchema = {
$id: '/dex/attribute/nft/token_uri',
type: 'object',
required: ['tokenURI'],
properties: {
tokenURI: {
dataType: 'string',
fieldNumber: 1,
},
},
};
//# sourceMappingURL=tokenuri_nft_attribute.js.map