Initializing your keystore with this seed phrase will allow you to replicate many of the unit (and integration)
tests in this library on your hardware/software. This is also useful for functional testing.
Includes the following properties:
keys - given the multisig nature of these fixtures, they involve keys from multiple sources
open_source - open source fixtures
`bip39Phrase` -- the BIP39 seed phrase used for all other fixtures
`nodes` -- an object mapping BIP32 paths to the corresponding [HD node]module:fixtures.HDNode derived from the BIP39 seed phrase above.
unchained - unchained fixtures
`nodes` -- an object mapping BIP32 paths to the corresponding [HD node]module:fixtures.HDNode derived from unchained seed phrase (not shared).
multisigs -- an array of [multisig addresses]module:fixtures.MultisigAddress derived from the HD nodes above.
braids -- an array of [braids]module.braid.Braid derived from the open_source + unchained HD nodes above.
transactions -- an array of [transactions]module:fixtures.MultisigTransaction from the multisig address above.
A set of test fixtures mostly built from the same [BIP39 seed phrase]https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki.
Initializing your keystore with this seed phrase will allow you to replicate many of the unit (and integration) tests in this library on your hardware/software. This is also useful for functional testing.
Includes the following properties:
keys- given the multisig nature of these fixtures, they involve keys from multiple sourcesopen_source- open source fixturesunchained- unchained fixturesmultisigs-- an array of [multisig addresses]module:fixtures.MultisigAddress derived from the HD nodes above.braids-- an array of [braids]module.braid.Braid derived from the open_source + unchained HD nodes above.transactions-- an array of [transactions]module:fixtures.MultisigTransaction from the multisig address above.