use ;
use *;
use Pubkey;
use crateBUS;
use MarshAccount;
/// Bus accounts are responsible for distributing mining rewards. There are 8 busses total
/// to minimize write-lock contention and allow Solana to process mine instructions in parallel.
/// Every epoch, the bus account rewards counters are topped up to 10 MARSH each (80 MARSH split amongst 8 busses).
/// Fetch the PDA of a bus account.
account!;