PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-core/dist/src/bitgo/utils
Просмотр файла: abstractUtxoCoinUtil.d.ts
import * as utxolib from '@bitgo/utxo-lib';
import ScriptType2Of3 = utxolib.bitgo.outputScripts.ScriptType2Of3;
import { WalletType } from '../wallet';
export declare function inferAddressType(addressDetails: {
chain: number;
}): ScriptType2Of3 | null;
/**
* Get the supported 2 of 3 script types for a given utxo coin
*/
export declare function getUtxoCoinScriptTypes2Of3(coinName: string): utxolib.bitgo.outputScripts.ScriptType2Of3[];
/**
* Get the supported 2 of 3 script types for a given utxo coin and wallet type
* @param coinName
* @param walletType
*/
export declare function getUtxoCoinScriptTypesForWalletType(coinName: string, walletType: WalletType): utxolib.bitgo.outputScripts.ScriptType2Of3[];
//# sourceMappingURL=abstractUtxoCoinUtil.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!