UNPKG

@tatumio/algo-connector

Version:

ALGO Connector for Tatum API

10 lines (6 loc) 152 B
import { IsNotEmpty, MaxLength } from 'class-validator'; export class PathTransactionId { @IsNotEmpty() @MaxLength(500) public txid: string; }