UNPKG

@protokol/nft-base-crypto

Version:

Transaction Builders For Base NFT Transaction Types

22 lines (21 loc) 502 B
export declare const defaults: { nftBaseTypeGroup: number; nftCollectionName: { minLength: number; maxLength: number; }; nftCollectionDescription: { minLength: number; maxLength: number; }; nftCollectionAllowedIssuers: { minItems: number; maxItems: number; }; nftTransfer: { minItems: number; maxItems: number; }; nftCollectionJsonSchemaByteSize: number; nftTokenAttributesByteSize: number; };