Function load_accounts

Source
async fn load_accounts<Mode: TransactionMode>(
    tx: &mut Transaction<Mode>,
    height: u64,
    accounts: &[FeeAccount],
) -> Result<(FeeMerkleTree, Leaf2)>