1 | import { common } from '@bitgo/sdk-core';
|
2 | export * from '@bitgo/sdk-api';
|
3 | import * as utxolib from '@bitgo/utxo-lib';
|
4 | import GlobalCoinFactory from './v2/coinFactory';
|
5 | export * from './bitgo';
|
6 |
|
7 | export { bitcoin } from '@bitgo/sdk-core';
|
8 |
|
9 | export declare const sjcl: any;
|
10 | export { Buffer } from 'buffer';
|
11 | export declare const Environments: common.Environments;
|
12 | export * from '@bitgo/sdk-core';
|
13 | export { GlobalCoinFactory };
|
14 | export * from './v2';
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 | export declare function setNetwork(network: any): void;
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 | export declare function getNetwork(): import("@bitgo/sdk-core").V1Network;
|
28 |
|
29 |
|
30 |
|
31 | export declare function getNetworkObj(): utxolib.Network;
|
32 |
|
\ | No newline at end of file |