@bandz/protocol-js
Version:
Bandz protocol data aggregation tool
15 lines (14 loc) • 1.81 kB
TypeScript
export declare function LPFlashLiquidationValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function LPRepayWithCollateralValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function LPSwapCollateralValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function LPValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function LTAMigratorValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function IncentivesValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function LiquiditySwapValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function RepayWithCollateralValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function StakingValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function SignStakingValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function FaucetValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function WBCHValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function GovValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;
export declare function GovDelegationValidator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>): any;