UNPKG

@tatumio/celo-connector

Version:

Celo Connector for Tatum API

10 lines (7 loc) 231 B
import {IsBooleanString, IsNotEmpty} from 'class-validator'; import {PathAddress} from './PathAddress'; export class PathAddressReverse extends PathAddress { @IsNotEmpty() @IsBooleanString() public reverse: string; }