Glue Wallet Blockchain
Helper class that glues a wallet to a blockchain
Properties
a reference to an active blockchain object. The wallet will access this object whenever it needs blockchain data.
a handle to this wallet's bloom filter data installed in the Blockchain
Any block before this one cannot have any transactions relevant to this wallet (the wallet was created after this block). The wallet uses this information to rapidly sync.
Any block before this one cannot have any transactions relevant to this wallet (the wallet was created after this block). The wallet uses this information to rapidly sync.
This wallet has synchronized its balances up to this block hash
This wallet has synchronized its balances up to this block height. Note, use syncedHash to be certain of a sync because the chain could have forks.
Functions
Reset this wallet's blockchain state to the earliest point available in the blockchain
Reset this wallet's blockchain state to right now. Only do this for a wallet where you are sure there is no prior activity (new wallet)
Reset this wallet's blockchain state to the wallet prehistory