@nexex/api
Version:
support trade on nexex network
9 lines (8 loc) • 469 B
TypeScript
export declare function validate(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<Function>): void;
declare function ethAddressHex(target: Object, propertyKey: string | symbol, parameterIndex: number): void;
declare function exchangeOrder(target: Object, propertyKey: string | symbol, parameterIndex: number): void;
export declare const validators: {
ethAddressHex: typeof ethAddressHex;
exchangeOrder: typeof exchangeOrder;
};
export {};