UNPKG

@tatumio/celo-connector

Version:

Celo Connector for Tatum API

10 lines (7 loc) 216 B
import {IsNotEmpty, Length} from 'class-validator'; import {PathAddress} from './PathAddress'; export class PathAddressAccountId extends PathAddress { @IsNotEmpty() @Length(24, 24) public id: string; }