use Arc;
use Account;
use BlockHeader;
use PartialBlockchain;
use crateInflightNetworkNote;
// TRANSACTION CANDIDATE
// ================================================================================================
/// A candidate network transaction.
///
/// Contains the data pertaining to a specific network account which can be used to build a network
/// transaction.