PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@cosmjs/stargate/build/modules/slashing

Просмотр файла: queries.d.ts

import { QueryParamsResponse, QuerySigningInfoResponse, QuerySigningInfosResponse } from "cosmjs-types/cosmos/slashing/v1beta1/query";
import { QueryClient } from "../../queryclient";
export interface SlashingExtension {
    readonly slashing: {
        signingInfo: (consAddress: string) => Promise<QuerySigningInfoResponse>;
        signingInfos: (paginationKey?: Uint8Array) => Promise<QuerySigningInfosResponse>;
        params: () => Promise<QueryParamsResponse>;
    };
}
export declare function setupSlashingExtension(base: QueryClient): SlashingExtension;

Выполнить команду


Для локальной разработки. Не используйте в интернете!