UNPKG

@protokol/nft-base-crypto

Version:

Transaction Builders For Base NFT Transaction Types

25 lines 590 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaults = void 0; exports.defaults = { nftBaseTypeGroup: 9000, nftCollectionName: { minLength: 5, maxLength: 40, }, nftCollectionDescription: { minLength: 5, maxLength: 80, }, nftCollectionAllowedIssuers: { minItems: 1, maxItems: 10, }, nftTransfer: { minItems: 1, maxItems: 10, }, nftCollectionJsonSchemaByteSize: 10000, nftTokenAttributesByteSize: 10000, }; //# sourceMappingURL=defaults.js.map