@tatumio/utxo-wallet-provider
Version:
UTXO provider with local wallet operations
7 lines (6 loc) • 378 B
TypeScript
import { Network } from '@tatumio/tatum';
import { NetworkConfig } from './types';
export declare const getDefaultDerivationPath: (network: Network) => string;
export declare const getNetworkConfig: (network: Network) => NetworkConfig;
export declare const toSatoshis: (amount: number | string) => number;
export declare const fromSatoshis: (amount: number | string) => number;