vue-blocklink
Version:
Vue support for the Blockchain Link browser extension
40 lines • 2.07 kB
TypeScript
declare namespace _default {
export function data(): {
imtokenInstance: boolean;
on_imtoken: boolean;
imtoken_pop_setting_align: string;
imtoken_pop_setting_model: string;
};
export function data(): {
imtokenInstance: boolean;
on_imtoken: boolean;
imtoken_pop_setting_align: string;
imtoken_pop_setting_model: string;
};
export namespace methods {
export function checkImtoken(): boolean;
export function checkImtoken(): boolean;
export function imtokenAlert(message: any): void;
export function imtokenAlert(message: any): void;
export function imtokenSwitchAccount(chain_type: any, error_cb: any, result_cb: any): void;
export function imtokenSwitchAccount(chain_type: any, error_cb: any, result_cb: any): void;
export function imtokenScanQRCode(error_cb: any, result_cb: any): void;
export function imtokenScanQRCode(error_cb: any, result_cb: any): void;
export function imtokenToastInfo(message: any): void;
export function imtokenToastInfo(message: any): void;
export function imtokenToastWarning(message: any): void;
export function imtokenToastWarning(message: any): void;
export function imtokenToastSuccess(message: any): void;
export function imtokenToastSuccess(message: any): void;
export function imtokenRouteTo(screen_id: any, title: any, url: any): void;
export function imtokenRouteTo(screen_id: any, title: any, url: any): void;
export function imtokenUIConfirm(payload: any, yes_cb: any, no_cb: any): void;
export function imtokenUIConfirm(payload: any, yes_cb: any, no_cb: any): void;
export function imtokenSelectImage(w: any, h: any, error_cb: any, result_cb: any): void;
export function imtokenSelectImage(w: any, h: any, error_cb: any, result_cb: any): void;
}
export function mounted(): void;
export function mounted(): void;
}
export default _default;
//# sourceMappingURL=vue-imtoken.d.ts.map