PHP WebShell

Текущая директория: /opt/BitGoJS/modules/sdk-coin-eth/dist/test/fixtures

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

export declare function getTxListRequest(address: string): {
    module: string;
    action: string;
    address: string;
};
export declare const getTxListResponse: {
    status: string;
    message: string;
    result: never[];
};
export declare function getBalanceRequest(address: string): {
    module: string;
    action: string;
    address: string;
};
export declare const getBalanceResponse: {
    status: string;
    message: string;
    result: string;
};
export declare const getContractCallRequest: {
    module: string;
    action: string;
    to: string;
    data: string;
    tag: string;
};
export declare const getContractCallResponse: {
    jsonrpc: string;
    result: string;
    id: number;
};
export declare function getNonBitGoRecoveryForHotWalletsMPCv2(intendedChain?: string): any;
export declare function getBuildUnsignedSweepForSelfCustodyColdWalletsMPCv2(intendedChain?: string): any;
export declare function getInvalidNonBitGoRecoveryParams(): any;
//# sourceMappingURL=eth.d.ts.map

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


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