pub type PendingAccountsPackage = Arc<Mutex<Option<AccountsPackage>>>;
Expand description
The PendingAccountsPackage passes an AccountsPackage from AccountsBackgroundService to AccountsHashVerifier for hashing
Aliased Typeยง
struct PendingAccountsPackage { /* private fields */ }