UNPKG

@tatumio/tron-connector

Version:

Tron Connector for Tatum API

8 lines (6 loc) 142 B
import {IsNotEmpty, Length} from 'class-validator'; export class PathTxId { @IsNotEmpty() @Length(64, 64) public txId: string; }