UNPKG

jcc-bizain-utils

Version:

Toolkit of crossing chain from Bizain chain to SWTC chain

6 lines (5 loc) 463 B
export declare const isValidBizainAddress: (target: any, name: string, index: number) => void; export declare const isValidBizainSecret: (target: any, name: string, index: number) => void; export declare const isValidMemo: (target: any, name: string, index: number) => void; export declare const isValidAmount: (target: any, name: string, index: number) => void; export declare const validate: (target: any, name: string, descriptor: PropertyDescriptor) => void;