public WhenWalletIsCreatedWithSingleAddress( WalletWithOneAddressFixture fixture, KeyStoreStorageFormatFixture keystore) { _keystore = keystore; Fixture = fixture; }
public WhenWalletIsCreatedWithTwoAddresses( WalletWithTwoAddressesFixture fixture, WifAddressStorageFormatFixture wif, KeyStoreStorageFormatFixture keystore) { _wif = wif; _keystore = keystore; Fixture = fixture; }