Пример #1
0
 public WhenWalletIsCreatedWithSingleAddress(
     WalletWithOneAddressFixture fixture,
     KeyStoreStorageFormatFixture keystore)
 {
     _keystore = keystore;
     Fixture   = fixture;
 }
Пример #2
0
        public WhenWalletIsCreatedWithTwoAddresses(
            WalletWithTwoAddressesFixture fixture,
            WifAddressStorageFormatFixture wif,
            KeyStoreStorageFormatFixture keystore)
        {
            _wif = wif;

            _keystore = keystore;
            Fixture   = fixture;
        }