UNPKG

@tatumio/celo-connector

Version:

Celo Connector for Tatum API

9 lines (6 loc) 142 B
import {IsNotEmpty, Length} from 'class-validator'; export class PathHash { @IsNotEmpty() @Length(1, 70) public hash: string; }