How to use @trezor/utxo-lib - 1 common examples

To help you get started, we’ve selected a few @trezor/utxo-lib examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github trezor / trezor.js / src / device-list.js View on Github external
this.xpubDerive = this.options.xpubDerive != null ? this.options.xpubDerive : (xpub, network, index) => {
            return Promise.resolve(bitcoin.HDNode.fromBase58(xpub, network, false).derive(index).toBase58());
        };
    }

@trezor/utxo-lib

Client-side Bitcoin-like JavaScript library

SEE LICENSE IN LICENSE.md
Latest version published 12 hours ago

Package Health Score

84 / 100
Full package analysis

Popular @trezor/utxo-lib functions