UNPKG

@tatumio/nft-connector

Version:

NFT Connector for Tatum API

10 lines (7 loc) 205 B
import {IsNotEmpty, Length} from 'class-validator'; import {PathChain} from './PathChain'; export class PathChainTxId extends PathChain { @IsNotEmpty() @Length(64, 66) public txId: string; }