Package | Description |
---|---|
org.bitcoinj.testing |
Various utilities for writing unit tests: also useful for testing your own code and apps that build on top of
bitcoinj.
|
Modifier and Type | Method and Description |
---|---|
static FakeTxBuilder.BlockPair |
FakeTxBuilder.createFakeBlock(BlockStore blockStore,
long timeSeconds,
Transaction... transactions)
Emulates receiving a valid block that builds on top of the chain.
|
static FakeTxBuilder.BlockPair |
FakeTxBuilder.createFakeBlock(BlockStore blockStore,
Transaction... transactions) |
Copyright © 2014. All rights reserved.